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


INAWindowCategory Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalystUI)  

INAWindowCategory Interface

Provides access to the window category.

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Members

Description
Read-only property Layer The layer for the category.
Read-only property NAClass The network analysis class for the category.

Remarks

The INAWindowCategory interface is used to access the Layer and NAClass for a specific category (e.g. Stops, Barriers, Routes, etc) in the NAWindow.

.NET Snippets

Clear NAClass

.NET Samples

Export any network analysis class to a text file (Code Files: NAClassToTextfileCmd) | ArcGIS Network Analyst extension barrier location editor (Code Files: NABarrierLocationEditor)