Geotools.Net

MultiPoint.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.MultiPoint.GetBoundaryDimension

See Also

MultiPoint Class | MultiPoint Members | Geotools.Geometries Namespace