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


IGPFeatureClassDomain.IncludeHasZs Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFeatureClassDomain Interface > IGPFeatureClassDomain.IncludeHasZs Property
ArcGIS Developer Help

IGPFeatureClassDomain.IncludeHasZs Property

Indicates whether to filter feature classes that have or do not have Z values.

[Visual Basic .NET]
Public ReadOnly Property IncludeHasZs As Boolean
[C#]
public bool IncludeHasZs {get;}
[C++]
HRESULT get_IncludeHasZs(
  Boolean* pIncludeHasZs
);
[C++]
Parameters
pIncludeHasZs [out, retval]

pIncludeHasZs is a parameter of type bool*

Product Availability

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

See Also

IGPFeatureClassDomain Interface