AreaLoadGetRefPoint Method |
Returns the physical location of the reference point.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic XYZ GetRefPoint(
int index
)
Public Function GetRefPoint (
index As Integer
) As XYZ
public:
XYZ^ GetRefPoint(
int index
)
member GetRefPoint :
index : int -> XYZ
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