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


IGlobeDisplay.SelectionColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplay Interface > IGlobeDisplay.SelectionColor Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

IGlobeDisplay Interface