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


IGlobeDisplay.SelectionColor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplay.SelectionColor Property

The selection color.

[Visual Basic .NET]
Public Property SelectionColor As IColor
[C#]
public IColor SelectionColor {get; set;}
[C++]
HRESULT get_SelectionColor(
  IColor** pSelectionColor
);
[C++]
HRESULT put_SelectionColor(
  IColor* pSelectionColor
);
[C++]

Parameters pSelectionColor [out, retval]
pSelectionColor is a parameter of type IColor pSelectionColor [in]
pSelectionColor is a parameter of type IColor

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeDisplay Interface