This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMCollection Interface > IMCollection.MMax Property (ArcObjects .NET 10.5 SDK) |
The maximum M value.
[Visual Basic .NET] Public ReadOnly Property MMax As Double
[C#] public double MMax {get;}
[C++]
HRESULT get_MMax(
double* outMMax
);
[C++]
Parameters outMMax [out, retval] outMMax is a parameter of type double
Returns the maximum M attribute contained within the MAware object collection.