RVTDocs.com
Namespace: Autodesk.Revit.DB Class: PolyLine

PolyLine.GetCoordinate

Method
Description:
Gets the coordinate point of the specified index.
Syntax
public XYZ GetCoordinate(
	int index
)
Parameters
Parameter Type Description
index Int32 The index of the coordinates.
Return Value
XYZ
Exceptions
Exception Condition
ArgumentOutOfRangeException Thrown when the index value is out of range.