Gets or sets a value for the y-coordinate.
Namespace:
Aspose.Gis.Geometries
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic double Y { get; set; }Public Property Y As Double
Get
Set
public:
virtual property double Y {
double get () sealed;
void set (double value) sealed;
}abstract Y : float with get, set
override Y : float with get, set
Property Value
Type:
DoubleImplements
IPointY
See Also