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


IRandomColorRamp.StartHue Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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(
  long StartHue
);
[C++]

Parameters StartHue [out, retval] StartHue is a parameter of type long StartHue [in] 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

.NET Related Topics

Defining a renderer for a layer