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


IRandomColorRamp.EndHue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRandomColorRamp Interface > IRandomColorRamp.EndHue Property
ArcGIS Developer Help

IRandomColorRamp.EndHue Property

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(
  System.Int32* EndHue
);
[C++]
Parameters
EndHue [in]

EndHue is a parameter of type long EndHue [out, retval]
EndHue is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

EndHue is maximum hue any random color can be (0-360).

See Also

IRandomColorRamp Interface | IHlsColor Interface | IGrayColor Interface | IRgbColor Interface | IHsvColor Interface