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


INAContextEdit.ClearInputNAObjects Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAContextEdit Interface > INAContextEdit.ClearInputNAObjects Method
ArcGIS Developer Help

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