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(
long Value
);
[C++]Parameters
Value [out, retval] Value is a parameter of type long Value [in] 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.