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


IGPFeatureClassDomain.FilterHasZs 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.FilterHasZs Property
ArcGIS Developer Help

IGPFeatureClassDomain.FilterHasZs Property

Indicates whether or not to filter feature classes based on whether or not they have Z values.

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

pFilterHasZs is a parameter of type bool*

Product Availability

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

See Also

IGPFeatureClassDomain Interface