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


IMCollection.MMax Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

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(
  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