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


IGraphicFeatureLayer2.HasZ Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IGraphicFeatureLayer2.HasZ Property

.

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

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

Product Availability

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

See Also

IGraphicFeatureLayer2 Interface