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


IEngineNAWindow.ActiveCategory Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNAWindow Interface > IEngineNAWindow.ActiveCategory Property
ArcGIS Developer Help

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