Interface IMultiLineString

IMultiLineString interface

A MultiLineString is a one-dimensional GeometryCollection whose elements are LineStrings.

public interface IMultiLineString : IMultiCurve

Methods

NameDescription
ToEditable()Gets an editable copy of this geometry.

See Also