Interface IMultiSurface

IMultiSurface interface

A IMultiPolygon is a one-dimensional IGeometryCollection whose elements are ISurfaces.

public interface IMultiSurface : IGeometryCollection

Methods

NameDescription
ToEditable()Gets an editable copy of this geometry.
ToLinearGeometry()Gets approximate or equivalent non-curve version of this geometry using the default tolerance.
ToLinearGeometry(double)Gets approximate or equivalent non-curve version of this geometry using the specified tolerance.

See Also