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


IGeometryDef.HasZ Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGeometryDef.HasZ Property

Indicates if the featureClass has Z values.

[Visual Basic .NET]
Public ReadOnly Property HasZ As Boolean
[C#]
public bool HasZ {get;}
[C++]
HRESULT get_HasZ(
  Boolean* HasZ
);
[C++]

Parameters HasZ [out, retval]
HasZ is a parameter of type bool*

Product Availability

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

See Also

IGeometryDef Interface

.NET Related Topics

Working with fields