Returns the physical location of the reference point.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public XYZ GetRefPoint(
int index
)
Parameters
- index Int32
-
The index of the point to return.
Return Value
XYZ
Exceptions
Remarks
The index should be between 0 and less than NumRefPoints.
See Also
Reference