Returns the coordinates of the point.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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