LuaPoint.Y Property

PartProxy

LuaPointY Property

Get the Y coordinate

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

Property Value

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