The color scheme name.
[Visual Basic .NET] Public Property ColorScheme As String
[C#] public string ColorScheme {get; set;}
[C++]
HRESULT get_ColorScheme(
BSTR* ColorScheme
);
[C++]
HRESULT put_ColorScheme(
BSTR ColorScheme
);
[C++]Parameters
ColorScheme [out, retval] ColorScheme is a parameter of type BSTR ColorScheme [in] ColorScheme is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.