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


IEngineNAWindow.ItemSelectionColor 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.ItemSelectionColor Property
ArcGIS Developer Help

IEngineNAWindow.ItemSelectionColor Property

The color used for selected items.

[Visual Basic .NET]
Public Property ItemSelectionColor As IColor
[C#]
public IColor ItemSelectionColor {get; set;}
[C++]
HRESULT get_ItemSelectionColor(
  IColor** Color
);
[C++]
HRESULT put_ItemSelectionColor(
  IColor* Color
);
[C++]
Parameters
Color [out, retval]

Color is a parameter of type IColor** Color [in]
Color is a parameter of type IColor*

Product Availability

Available with ArcGIS Engine.

Description

The ItemSelectionColor is the color used to highlight the NALocationObject objects in the IEngineNetworkAnalystEnvironment::NAWindow.

See Also

IEngineNAWindow Interface