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