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


IMCollection.MMin 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.MMin Property
ArcGIS Developer Help

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