ArcObjects Library Reference (Controls)  

IEngineNetworkAnalystHelper.DeleteAllNetworkLocations Method

Delete all network locations of active category for active analysis.

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

Product Availability

Available with ArcGIS Engine.

Description

Deletes all network locations in the IEngineNAWindow::ActiveCategory of the IEngineNAWindow::ActiveAnalysis layer.

See Also

IEngineNetworkAnalystHelper Interface

.NET Samples

Network Analyst Engine application (Code Files: frmMain)