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


ITinEdit.DeleteNodeTagValues Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinEdit.DeleteNodeTagValues Method

Deletes all node tag values in the TIN.

[Visual Basic .NET]
Public Sub DeleteNodeTagValues ( _
)
[C#]
public void DeleteNodeTagValues (
);
[C++]
HRESULT DeleteNodeTagValues(
void
);

Product Availability

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

See Also

ITinEdit Interface