Interface IMultiPoint

IMultiPoint interface

A IMultiPoint is a one-dimensional IGeometryCollection whose elements are IPoints.

public interface IMultiPoint : IGeometryCollection

Methods

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

See Also