This document is archived and information here might be outdated.  Recommended version.


IZAware.ZSimple Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IZ > IZAware Interface > IZAware.ZSimple Property
ArcGIS Developer Help

IZAware.ZSimple Property

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*

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.

See Also

IZAware Interface