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


IGpPointObject.M Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpPointObject Interface > IGpPointObject.M Property
ArcGIS Developer Help

IGpPointObject.M Property

The M coordinate.

[Visual Basic .NET]
Public Property M As Double
[C#]
public double M {get; set;}
[C++]
HRESULT get_M(
void
);
[C++]
HRESULT put_M(
);

Product Availability

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

See Also

IGpPointObject Interface