LuaPoint.X Property

PartProxy

LuaPointX Property

Get the X coordinate

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double X { get; set; }
Public Property X As Double
	Get
	Set
public:
property double X {
	double get ();
	void set (double value);
}
member X : float with get, set

Property Value

Type: Double
The x.
Exceptions
ExceptionCondition
InvalidOperationException Unable to call the method on lua point. or Unable to call the method on lua point.
See Also