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


IEngineNAWindow.ActiveCategory Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Controls)  

IEngineNAWindow.ActiveCategory Property

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

Product Availability

Available with ArcGIS Engine.

Description

The ActiveCategory specifies the current category of network locations selected in the IEngineNetworkAnalystEnvironment::NAWindow. Examples of categories include Stops, Barriers, Incidents, Facilities, Routes, etc.

See Also

IEngineNAWindow Interface

.NET Samples

ArcGIS Network Analyst extension Engine application (Code Files: frmMain)