RVTDocs.com

AreaLoad.GetRefPoint

Method
Description:
Returns the physical location of the reference point.
Remarks:
The index should be between 0 and less than NumRefPoints.
Syntax
public XYZ GetRefPoint(
	int index
)
Parameters
Parameter Type Description
index Int32 The index of the point to return.
Return Value
XYZ
Exceptions
Exception Condition
ArgumentException Thrown when index is out of range.