Create a reference point at a given location 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(
XYZ A_0
)
Parameters
- A_0 XYZ
-
Return Value
ReferencePointThe newly created ReferencePoint.
Exceptions
Remarks
The ReferencePoint will have a default coordinate system
corresponding to the global coordinate system.
See Also
Reference