This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalystUI > ESRI.ArcGIS.NetworkAnalystUI > Interfaces > IN > INAWindow Interface (ArcObjects .NET 10.4 SDK) |
Provides access to the network analysis window.
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 and Classes | Description |
---|---|
NAWindow | The network analysis window. |
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.