This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDiagramProperties Interface > IMdDiagramProperties.SelectedColor Property (ArcObjects .NET 10.5 SDK) |
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