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


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

ITin.HasEdgeTagValues Property

Indicates if the TIN dataset has edge tag values.

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

pbHasEdgeValues is a parameter of type bool*

Product Availability

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

See Also

ITin Interface