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


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

IGeometryDefEdit.HasZ Property

Indicates if the feature class will support Z values.

[Visual Basic .NET]
Public WriteOnly Property HasZ_2
[C#]
public void HasZ_2 {set;}
[C++]
HRESULT put_HasZ(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

See Also

IGeometryDefEdit Interface