ArcObjects Library Reference (DataSourcesRaster)  

IExcludedAreaFunctionArguments.BlackThreshold Property

The black threshold value.

[Visual Basic .NET]
Public Property BlackThreshold As Double
[C#]
public double BlackThreshold {get; set;}
[C++]
HRESULT get_BlackThreshold(
  double* pValue
);
[C++]
HRESULT put_BlackThreshold(
  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