ArcObjects Library Reference (NetworkAnalystUI)  

INAWindow2 Interface

Provides access to the network analysis window.

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Members

Description
Method AbortOperation Cancels the operation in progress.
Read/write property ActiveAnalysis The current analysis shown in the window.
Read/write property ActiveCategory The current category shown in the window.
Read/write property ActiveCategoryGroup The current category group shown in the window.
Read-only property CategoryByNAClassName The network analysis window category by NA class name.
Method DelayEvents Indicates if events should be delayed for a category.
Method DelayWindowUpdates Indicates if window updates should be delayed.
Read-only property hWnd The handle to the analysis window.
Read/write property ItemSelectionColor The color used for selected items.
Write-only property Message Displays a message at the bottom of the window.
Read-only property Selection The current selection in the window.
Method StartOperation Starts an analysis window operation.
Method StopOperation Stops an analysis window operation.
Method UpdateContent Refresh the window contents.

Inherited Interfaces

Interfaces Description
INAWindow Provides access to the network analysis window.

CoClasses that implement INAWindow2

CoClasses and Classes Description
NAWindow The network analysis window.

Remarks

The INAWindow2, which inherits from the INAWindow interface, is the main interface on the NAWindow.  It provides methods to access the NALayer and to edit NAClasses within the context of an ArcMap undo/redo operation.

In addition to the methods on INAWindow, there is an extra property ActiveCategoryGroup.

.NET Snippets

Get NAWindow2 | Statements - Get NAWindow