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


ISceneGraph.SelectionColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.SelectionColor Property
ArcGIS Developer Help

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

See Also

ISceneGraph Interface