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


IMAware.MSimple Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMAware Interface > IMAware.MSimple Property
ArcGIS Developer Help

IMAware.MSimple Property

Indicates if all the Ms are valid numbers.

[Visual Basic .NET]
Public ReadOnly Property MSimple As Boolean
[C#]
public bool MSimple {get;}
[C++]
HRESULT get_MSimple(
  Boolean* MSimple
);
[C++]
Parameters
MSimple [out, retval]

MSimple is a parameter of type bool*

Product Availability

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

Description

MSimple is TRUE if none of the M values held by the geometry object are NaN.  If any of the Ms within the object are NaN, MSimple is FALSE.

See Also

IMAware Interface