Provides access to members that control Excluded Area function arguments.
Members
Name | Description | |
---|---|---|
BlackThreshold | The black threshold value. | |
BlueThreshold | The blue threshold value. | |
CyanThreshold | The cyan threshold value. | |
GreenThreshold | The green threshold value. | |
HighHistogramThreshold | The high histogram threshold value. | |
LowHistogramThreshold | The low histogram threshold value. | |
MagitaThreshold | The magita threshold value. | |
PixelBitDepth | The actual pixel bit depth. | |
Raster | The input raster. | |
RedThreshold | The red threshold value. | |
WhiteThreshold | The white threshold value. | |
YellowThreshold | The yellow threshold value. |
IExcludedAreaFunctionArguments.BlackThreshold Property
The black threshold value.
Public Property BlackThreshold As Double
public double BlackThreshold {get; set;}
IExcludedAreaFunctionArguments.BlueThreshold Property
The blue threshold value.
Public Property BlueThreshold As Double
public double BlueThreshold {get; set;}
IExcludedAreaFunctionArguments.CyanThreshold Property
The cyan threshold value.
Public Property CyanThreshold As Double
public double CyanThreshold {get; set;}
IExcludedAreaFunctionArguments.GreenThreshold Property
The green threshold value.
Public Property GreenThreshold As Double
public double GreenThreshold {get; set;}
IExcludedAreaFunctionArguments.HighHistogramThreshold Property
The high histogram threshold value.
Public Property HighHistogramThreshold As Double
public double HighHistogramThreshold {get; set;}
IExcludedAreaFunctionArguments.LowHistogramThreshold Property
The low histogram threshold value.
Public Property LowHistogramThreshold As Double
public double LowHistogramThreshold {get; set;}
IExcludedAreaFunctionArguments.MagitaThreshold Property
The magita threshold value.
Public Property MagitaThreshold As Double
public double MagitaThreshold {get; set;}
IExcludedAreaFunctionArguments.PixelBitDepth Property
The actual pixel bit depth.
Public Property PixelBitDepth As Integer
public int PixelBitDepth {get; set;}
IExcludedAreaFunctionArguments.Raster Property
The input raster.
Public Property Raster As Object
public object Raster {get; set;}
IExcludedAreaFunctionArguments.RedThreshold Property
The red threshold value.
Public Property RedThreshold As Double
public double RedThreshold {get; set;}
IExcludedAreaFunctionArguments.WhiteThreshold Property
The white threshold value.
Public Property WhiteThreshold As Double
public double WhiteThreshold {get; set;}
IExcludedAreaFunctionArguments.YellowThreshold Property
The yellow threshold value.
Public Property YellowThreshold As Double
public double YellowThreshold {get; set;}
Classes that implement IExcludedAreaFunctionArguments
Classes | Description |
---|---|
ExcludedAreaFunctionArguments | The arguments for the ExcludedArea raster function. |