Geotools.Net

IGeometry.GetDimension Method 

Returns the inherent dimension of this Geometry.

[Visual Basic]
Function GetDimension() As Integer
[C#]
int GetDimension();

Return Value

Returns the dimension of the class implementing this interface, whether or not this object is the empty geometry.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.IGeometry.GetDimension

See Also

IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace