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


ITin.HasEdgeTagValues Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* pbHasEdgeValues
);
[C++]

Parameters pbHasEdgeValues [out, retval] pbHasEdgeValues is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITin Interface