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


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

ITinEdit.DeleteNodesOutsideDataArea Method

Deletes all nodes from outside the TIN interpolation zone.

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

Product Availability

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

See Also

ITinEdit Interface