Gets the first coordinate.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
C# |
---|
public double X { get; } |
Visual Basic |
---|
Public ReadOnly Property X As Double Get |
Visual C++ |
---|
public: property double X { double get (); } |