This document is archived and information here might be outdated. Recommended version. |
Indicates if all the Zs are valid numbers.
[Visual Basic .NET]
Public ReadOnly Property ZSimple As Boolean
[C#]
public bool ZSimple {get;}
[C++]
HRESULT get_ZSimple(
Boolean* ZSimple
);
[C++] Parameters ZSimple [out, retval]
ZSimple is a parameter of type bool*
ZSimple is TRUE if none of the Z values held by the geometry object are NaN. If any of the Zs within the object are NaN, ZSimple is FALSE.