This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplay Interface > IGlobeDisplay.SelectionColor Property (ArcObjects .NET 10.4 SDK) |
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