ArcObjects Library Reference (DataSourcesRaster)  

IExcludedAreaFunctionArguments.GreenThreshold Property

The green threshold value.

[Visual Basic .NET]
Public Property GreenThreshold As Double
[C#]
public double GreenThreshold {get; set;}
[C++]
HRESULT get_GreenThreshold(
  double* pValue
);
[C++]
HRESULT put_GreenThreshold(
  double pValue
);
[C++]

Parameters

pValue [out, retval]   pValue is a parameter of type double pValue [in]   pValue is a parameter of type double

Product Availability

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

See Also

IExcludedAreaFunctionArguments Interface