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


IHsvColor.Value Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IH > IHsvColor Interface > IHsvColor.Value Property
ArcGIS Developer Help

IHsvColor.Value Property

The value component of an IhsvColor (0-100).

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

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

Product Availability

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

Description

Value is the value of the value component of a HsvColor object. The valid value range is 0-100.

See Also

IHsvColor Interface