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


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

ITin.HasNodeTagValues Property

Indicates if the TIN dataset has node tag values.

[Visual Basic .NET]
Public ReadOnly Property HasNodeTagValues As Boolean
[C#]
public bool HasNodeTagValues {get;}
[C++]
HRESULT get_HasNodeTagValues(
  VARIANT_BOOL* pbHasNodeValues
);
[C++]

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

Product Availability

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

See Also

ITin Interface