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


IDEFeatureClass.HasZ Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEFeatureClass Interface > IDEFeatureClass.HasZ Property
ArcGIS Developer Help

IDEFeatureClass.HasZ Property

Indicates if the feature class supports Zs.

[Visual Basic .NET]
Public Property HasZ As Boolean
[C#]
public bool HasZ {get; set;}
[C++]
HRESULT get_HasZ(
  Boolean* HasZ
);
[C++]
HRESULT put_HasZ(
  VARIANT_BOOL HasZ
);
[C++]
Parameters
HasZ [out, retval]

HasZ is a parameter of type bool* HasZ [in]
HasZ is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDEFeatureClass Interface