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


IGPFeatureClassDomain.IncludeHasZs Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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

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

Product Availability

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

See Also

IGPFeatureClassDomain Interface