Returns the coordinates of the point.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)

Syntax

C#
public XYZ Coord { get; }
Visual Basic
Public ReadOnly Property Coord As XYZ
	Get
Visual C++
public:
property XYZ^ Coord {
	XYZ^ get ();
}

See Also