The color at the index position.
[Visual Basic .NET] Public Function get_PresetColor ( _ ByVal index As Integer _ ) As IColor
[Visual Basic .NET] Public Sub set_PresetColor ( _ ByVal index As Integer, _ ByVal Color As IColor _ )
[C#] public IColor get_PresetColor ( int index );
[C#] public void set_PresetColor ( int index, IColor Color );
[C++]
HRESULT get_PresetColor(
long index,
IColor** Color
);
[C++]
HRESULT put_PresetColor(
long index,
IColor* Color
);
[C++]Parameters
index [in] index is a parameter of type long Color [out, retval]Color is a parameter of type IColor
index [in] index is a parameter of type long Color [in]Color is a parameter of type IColor
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
PresetColor is the color in an IPresetColorRamp at the given index.
See Also
IPresetColorRamp Interface | IRgbColor Interface | IGrayColor Interface | IHsvColor Interface | IHlsColor Interface