Create a reference point on an existing reference in an Autodesk
Revit family document.
Namespace: Autodesk.Revit.CreationAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ReferencePoint NewReferencePoint(
PointElementReference A_0
)
Parameters
- A_0 PointElementReference
-
Return Value
ReferencePointThe newly created ReferencePoint.
Exceptions
Remarks
The location and coordinate system of the point is
determined by the particular PointReference subclass, and
the point will remain constrained to that
reference.
See Also
Reference