ArcObjects Library Reference (Geometry)  

IMCollection.MMin Property

The minimum M value.

[Visual Basic .NET]
Public ReadOnly Property MMin As Double
[C#]
public double MMin {get;}
[C++]
HRESULT get_MMin(
  double* outMMin
);
[C++]

Parameters

outMMin [out, retval]   outMMin is a parameter of type double

Product Availability

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

Description

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

See Also

IMCollection Interface