Provides access to members that control operations on M-aware multipoints, polylines, polygons and multipatches.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
MMax | The maximum M value. | |
MMin | The minimum M value. | |
MultiplyMs | Multiplies all the M values by a factor. | |
OffsetMs | Offsets all the M values by an offset value. |
CoClasses that implement IMCollection
CoClasses and Classes | Description |
---|---|
MultiPatch | A collection of surface patches. |
Multipoint | An ordered collection of points; optionally has measure, height and ID attributes. |
Polygon | A collection of rings ordered by their containment relationship; optionally has measure, height and ID attributes. |
Polyline | An ordered collection of paths; optionally has measure, height and ID attributes. |
Remarks
IMCollection supports operations performed on a collection of geometry objects that have M values. For IMCollection operations to be performed, the object must be MAware and have non-NaN Ms.
See Also
IMCollection Interface | IMSegmentation2 Interface | IMSegmentation Interface | IMAware Interface | IPoint.M Property