This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRandomColorRamp Interface > IRandomColorRamp.EndHue Property (ArcObjects .NET 10.4 SDK) |
The end hue (0-360).
[Visual Basic .NET] Public Property EndHue As Integer
[C#] public int EndHue {get; set;}
[C++]
HRESULT get_EndHue(
long* EndHue
);
[C++]
HRESULT put_EndHue(
long EndHue
);
[C++]
Parameters EndHue [out, retval] EndHue is a parameter of type long EndHue [in] EndHue is a parameter of type long
IRandomColorRamp Interface | IHlsColor Interface | IGrayColor Interface | IRgbColor Interface | IHsvColor Interface