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