Provides access to the network analysis window.
Product Availability
Available with ArcGIS Desktop. Requires Network Analyst Extension.
Members
Description | ||
---|---|---|
![]() |
AbortOperation | Cancels the operation in progress. |
![]() |
ActiveAnalysis | The current analysis shown in the window. |
![]() |
ActiveCategory | The current category shown in the window. |
![]() |
CategoryByNAClassName | The network analysis window category by NA class name. |
![]() |
DelayEvents | Indicates if events should be delayed for a category. |
![]() |
DelayWindowUpdates | Indicates if window updates should be delayed. |
![]() |
hWnd | The handle to the analysis window. |
![]() |
ItemSelectionColor | The color used for selected items. |
![]() |
Message | Displays a message at the bottom of the window. |
![]() |
Selection | The current selection in the window. |
![]() |
StartOperation | Starts an analysis window operation. |
![]() |
StopOperation | Stops an analysis window operation. |
![]() |
UpdateContent | Refresh the window contents. |
CoClasses that implement INAWindow
CoClasses and Classes | Description |
---|---|
NAWindow | The network analysis window. |
Remarks
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.
If editing NALocationObjects in NAClasses within ArcMap, you should use the edit operations on INAWindow rather than those on INAContextEdit to ensure that the undo/redo operations on the underlying NAClasses remain consistent with the undo/redo operations in ArcMap.