com.esri.arcgis.controls
Interface IEngineNAWindowCategory2

All Superinterfaces:
IEngineNAWindowCategory, Serializable
All Known Implementing Classes:
IEngineNAWindowCategory2Proxy

public interface IEngineNAWindowCategory2
extends IEngineNAWindowCategory, Serializable

Provides access to the window category.

Description

The IEngineNAWindowCategory2 interface is used to access the layer or standalone table for a specific category (e.g. Stops, Barriers, Routes, etc) in the IEngineNetworkAnalystEnvironment::NAWindow.

Product Availability

Available with ArcGIS Engine.


Method Summary
 IDataLayer getDataLayer()
          The data layer for the category.
 
Methods inherited from interface com.esri.arcgis.controls.IEngineNAWindowCategory
getLayer, getNAClass
 

Method Detail

getDataLayer

IDataLayer getDataLayer()
                        throws IOException,
                               AutomationException
The data layer for the category.

Description

The DataLayer property returns the sub-layer associated with this specific category. This may be a feature layer or a stand alone table.

Product Availability

Available with ArcGIS Engine.

Returns:
A reference to a com.esri.arcgis.carto.IDataLayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.