This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMAware Interface > IMAware.MSimple Property (ArcObjects .NET 10.4 SDK) |
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
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.