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


ITinEdit.DeleteNode Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinEdit.DeleteNode Method

Deletes a specified node from the TIN.

[Visual Basic .NET]
Public Sub DeleteNode ( _
    ByVal Index As Integer _
)
[C#]
public void DeleteNode (
    int Index
);
[C++]
HRESULT DeleteNode(
  long Index
);
[C++]

Parameters Index [in] Index is a parameter of type long

Product Availability

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

See Also

ITinEdit Interface