ArcObjects Library Reference (Geoprocessing)  

IMdDiagramProperties.SelectedColor Property

The selected color of the diagram properties object.

[Visual Basic .NET]
Public Property SelectedColor As Integer
[C#]
public int SelectedColor {get; set;}
[C++]
HRESULT get_SelectedColor(
  long* pSelectedColor
);
[C++]
HRESULT put_SelectedColor(
  long pSelectedColor
);
[C++]

Parameters

pSelectedColor [out, retval]   pSelectedColor is a parameter of type long pSelectedColor [in]   pSelectedColor is a parameter of type long

Product Availability

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

See Also

IMdDiagramProperties Interface