The green point of the monitor (0 <= x <= 1, 0 <= y <= 1.
[Visual Basic .NET] Public Sub SetGreenPoint ( _ ByVal x As Double, _ ByVal y As Double _ )
[C#] public void SetGreenPoint ( double x, double y );
[C++]
HRESULT SetGreenPoint(
double x,
double y
);
[C++]Parameters
x [in] x is a parameter of type double y [in] y is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.