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