The vertical component of the coordinate.
Namespace:
EasyScriptAPI
Assembly:
EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.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:
DoubleSee Also