This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpPointObject Interface > IGpPointObject.M Property (ArcObjects .NET 10.4 SDK) |
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