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


ITinElement.HasVoidZ Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinElement Interface > ITinElement.HasVoidZ Property
ArcGIS Developer Help

ITinElement.HasVoidZ Property

Indicates whether the element contains z-less vertex.

[Visual Basic .NET]
Public ReadOnly Property HasVoidZ As Boolean
[C#]
public bool HasVoidZ {get;}
[C++]
HRESULT get_HasVoidZ(
  Boolean* pbHasVoidZ
);
[C++]
Parameters
pbHasVoidZ [out, retval]

pbHasVoidZ is a parameter of type bool*

Product Availability

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

See Also

ITinElement Interface