ArcObjects Library Reference (GeoDatabase)  

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 VARIANT_BOOL

Product Availability

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

See Also

IGeometryDefEdit Interface