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


IRandomColorRamp.StartHue 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.StartHue Property
ArcGIS Developer Help

IRandomColorRamp.StartHue Property

The start hue (0-360).

[Visual Basic .NET]
Public Property StartHue As Integer
[C#]
public int StartHue {get; set;}
[C++]
HRESULT get_StartHue(
  long StartHue
);
[C++]
HRESULT put_StartHue(
  System.Int32* StartHue
);
[C++]
Parameters
StartHue [in]

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

Product Availability

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

Description

StartHue is minimum hue any random color can be (0-360).

See Also

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