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