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


IGPFeatureClassDomain.FilterHasZs Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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(
  VARIANT_BOOL* pFilterHasZs
);
[C++]

Parameters pFilterHasZs [out, retval] pFilterHasZs is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPFeatureClassDomain Interface