This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IH > IHsvColor Interface > IHsvColor.Value Property (ArcObjects .NET 10.4 SDK) |
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