LuaPoint.Z Property
From PartProxy
PartProxy
LuaPointZ Property |
Get the Z coordinate
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
public double Z { get; set; }
Public Property Z As Double Get Set
public: property double Z { double get (); void set (double value); }
member Z : float with get, set
Property Value
Type: DoubleThe z.
| Exception | Condition |
|---|---|
| InvalidOperationException | Unable to call the method on lua point. or Unable to call the method on lua point. |