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