ArcObjects Library Reference (DataSourcesRaster)  

IExcludedAreaFunctionArguments.MagitaThreshold Property

The magita threshold value.

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