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


ITinElement.HasVoidZ Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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