Interface IMultiCurve

IMultiCurve interface

A MultiCurve is a one-dimensional GeometryCollection whose elements are Curves.

public interface IMultiCurve : 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