ArcObjects Library Reference (3DAnalyst)  

ISceneGraph.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 putref_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. Requires 3D Analyst Extension.

See Also

ISceneGraph Interface