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


IMAware.MSimple Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

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(
  VARIANT_BOOL* MSimple
);
[C++]

Parameters MSimple [out, retval] MSimple is a parameter of type VARIANT_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