Provides access to members that control constant function arguments.
Members
Name | Description | |
---|---|---|
Constant | The constant value. | |
Init | Initializes from a reference raster and a constant value. | |
MaxColor | The current maximum color value used for checkerboard pattern. | |
Method | Defines how the raster is painted. | |
MinColor | The current minimum color value used for checkerboard pattern. | |
RasterInfo | The raster information. |
IConstantFunctionArguments2.MaxColor Property
The current maximum color value used for checkerboard pattern.
Public Property MaxColor As Object
public object MaxColor {get; set;}
IConstantFunctionArguments2.Method Property
Defines how the raster is painted.
Public Property Method As esriRasterPaintMethod
public esriRasterPaintMethod Method {get; set;}
IConstantFunctionArguments2.MinColor Property
The current minimum color value used for checkerboard pattern.
Public Property MinColor As Object
public object MinColor {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IConstantFunctionArguments | Provides access to members that control constant function arguments. |
Classes that implement IConstantFunctionArguments2
Classes | Description |
---|---|
ConstantFunctionArguments | The arguments for the constant raster function. |