Returns the physical location of the reference point.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public XYZ GetRefPoint( int index )
Parameters
- index Int32
- The index of the point to return.
Return Value
XYZExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when index is out of range. |