ArcObjects Library Reference (NetworkAnalyst)  

INAContextEdit.ClearInputNAObjects Method

Empty NAClasses that are defined as input or input/output.

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

ClearInputNAObjects is a helper method to quickly go through the NAClasses that are used for input and to remove all of the rows from them.

See Also

INAContextEdit Interface