Provides access to members that control raster info function arguments.
Members
Name | Description | |
---|---|---|
Caching | Indicates if the raster info will be cached. | |
Raster | The input image. | |
RasterInfo | The specified raster info object. |
IRasterInfoFunctionArguments.Caching Property
Indicates if the raster info will be cached.
Public Property Caching As Boolean
public bool Caching {get; set;}
IRasterInfoFunctionArguments.Raster Property
The input image.
Public Property Raster As Object
public object Raster {get; set;}
IRasterInfoFunctionArguments.RasterInfo Property
The specified raster info object.
Public Property RasterInfo As IRasterInfo
public IRasterInfo RasterInfo {get; set;}
Classes that implement IRasterInfoFunctionArguments
Classes | Description |
---|---|
RasterInfoFunctionArguments | The raster info function arguments. |