Geotools.Net

Point.GetY Method 

Returns the y-value.

[Visual Basic]
NotOverridable Public Function GetY() As Double Implements _
   IPoint.GetY
[C#]
public double GetY();

Return Value

Returns the y-coordinate.

Implements

IPoint.GetY

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Point.GetY

See Also

Point Class | Point Members | Geotools.Geometries Namespace