LuaPoint.Z Property

PartProxy

LuaPointZ Property

Get the Z coordinate

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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: Double
The z.
Exceptions
ExceptionCondition
InvalidOperationException Unable to call the method on lua point. or Unable to call the method on lua point.
See Also