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


IMCollection.MMax Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMCollection Interface > IMCollection.MMax Property
ArcGIS Developer Help

IMCollection.MMax Property

The maximum M value.

[Visual Basic .NET]
Public ReadOnly Property MMax As Double
[C#]
public double MMax {get;}
[C++]
HRESULT get_MMax(
  System.Double* outMMax
);
[C++]
Parameters
outMMax [out, retval]

outMMax is a parameter of type double*

Product Availability

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

Description

Returns the maximum M attribute contained within the MAware object collection.

See Also

IMCollection Interface