X Property
Summary
Gets or sets a value that represents the x-coordinate for this LeadPoint3D.
Syntax
public double X { get; set; }
vb[VB Syntax]
Public Property X() As Double
Get
Set
public:
property double X
{
double get()
void set(double value)
}
Property Value
The x-coordinate of this LeadPoint3D.