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(
VARIANT_BOOL* ZSimple
);
[C++]Parameters
ZSimple [out, retval] ZSimple is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.