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


IMdDiagramProperties.SelectedColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDiagramProperties Interface > IMdDiagramProperties.SelectedColor Property
ArcGIS Developer Help

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(
  System.Int32* 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