This document is archived and information here might be outdated.  Recommended version.


IMultipoint Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMultipoint Interface
ArcGIS Developer Help

IMultipoint Interface

Indicator interface that identifies a multipoint object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

A Multipoint is a collection of Points.  A multipoint is a one-dimensional geometry object.  Multipoints can be used to store a collection of Point-based information where the order and individual identity of each point is not an essential characteristic of the Point set.  Functions that return multiple point results simultaneously return the result as a single Multipoint.  Multipoints can be constructed using IConstructMultipoint or by simply adding Points via a PointCollection interface.

Inherited Interfaces

Interfaces Description
IGeometry Provides access to members that describe properties and behavior of all geometric objects.

Classes that implement IMultipoint

Classes Description
Multipoint An ordered collection of points; optionally has measure, height and ID attributes.

See Also

IGeometry Interface | IPoint Interface | ISegmentCollection Interface | IGeometryCollection Interface | IPointCollection Interface | IConstructMultipoint Interface