|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEngineNAWindowCategory
Provides access to the window category.
The IEngineNAWindowCategory interface is used to access the layer and NAClass for a specific category (e.g. Stops, Barriers, Routes, etc) in the IEngineNetworkAnalystEnvironment::NAWindow.
Method Summary | |
---|---|
ILayer |
getLayer()
The layer for the category. |
INAClass |
getNAClass()
The network analysis class for the category. |
Method Detail |
---|
ILayer getLayer() throws IOException, AutomationException
The Layer property returns the NALayer sub-layer associated with this specific category.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INAClass getNAClass() throws IOException, AutomationException
Returns the NAClass property for the NALayer associated with this specific category.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |