This document is archived and information here might be outdated. Recommended version. |
The current category shown in the window.
[Visual Basic .NET] Public Property ActiveCategory As IEngineNAWindowCategory
[C#] public IEngineNAWindowCategory ActiveCategory {get; set;}
[C++]
HRESULT get_ActiveCategory(
IEngineNAWindowCategory** Category
);
[C++]
HRESULT put_ActiveCategory(
IEngineNAWindowCategory* Category
);
[C++] Parameters Category [out, retval]
Category is a parameter of type IEngineNAWindowCategory** Category [in]
Category is a parameter of type IEngineNAWindowCategory*
The ActiveCategory specifies the current category of network locations selected in the IEngineNetworkAnalystEnvironment::NAWindow. Examples of categories include Stops, Barriers, Incidents, Facilities, Routes, etc.