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. | |
RasterInfo | The raster information. |
IConstantFunctionArguments.Constant Property
The constant value.
Public Property Constant As Object
public object Constant {get; set;}
IConstantFunctionArguments.Init Method
Initializes from a reference raster and a constant value.
Public Sub Init ( _
ByVal pRaster As IRaster, _
ByVal Value As Object _
)
public void Init (
IRaster pRaster,
object Value
);
IConstantFunctionArguments.RasterInfo Property
The raster information.
Public Property RasterInfo As IRasterInfo
public IRasterInfo RasterInfo {get; set;}
Classes that implement IConstantFunctionArguments
Classes | Description |
---|---|
ConstantFunctionArguments | The arguments for the constant raster function. |