This document is archived and information here might be outdated. Recommended version. |
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*
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.