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


IRgbColor.Green Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IRgbColor.Green Property

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

Product Availability

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

Description

Green is the value of the green component of a RGBColor object. The valid value range is 0-255.

See Also

IRgbColor Interface

.NET Snippets

Create Picture Marker Symbol | Create RGBColor