Geotools.Net

MultiPolygon.GetBoundaryDimension Method 

Returns the dimension of this Geometrys inherent boundary.

[Visual Basic]
Overrides Public Function GetBoundaryDimension() As Integer
[C#]
public override int GetBoundaryDimension();

Return Value

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

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.MultiPolygon.GetBoundaryDimension

See Also

MultiPolygon Class | MultiPolygon Members | Geotools.Geometries Namespace