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


IGpPointObject.M Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpPointObject.M Property

The M coordinate.

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

Parameters M [out, retval] M is a parameter of type double M [in] M is a parameter of type double

Product Availability

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

See Also

IGpPointObject Interface