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


IMCollection.MMin Property (ArcObjects .NET 10.4 SDK)
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