This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IZ > IZAware Interface > IZAware.ZSimple Property (ArcObjects .NET 10.5 SDK) |
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
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.