This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRgbColor Interface > IRgbColor.Green Property (ArcObjects .NET 10.4 SDK) |
The green component of an IRgbColor (0-255).
[Visual Basic .NET] Public Property Green As Integer
[C#] public int Green {get; set;}
[C++]
HRESULT get_Green(
long* Green
);
[C++]
HRESULT put_Green(
long Green
);
[C++]
Parameters Green [out, retval] Green is a parameter of type long Green [in] Green is a parameter of type long