IGeometry.Dimension

IGeometry.Dimension property

Gets the topological dimension of this IGeometry. If the dimension is unknown (e.g. for an empty GEOMETRYCOLLECTION) Point is returned.

public GeometryDimension Dimension { get; }

See Also