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


INAContextEdit.ClearOutputNAObjects Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAContextEdit.ClearOutputNAObjects Method

Empty NAClasses that are defined as output only.

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

Product Availability

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

Remarks

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

See Also

INAContextEdit Interface