IRasterInfoFunctionArguments Interface

Provides access to members that control raster info function arguments.

Members

Name Description
Read/write property Caching Indicates if the raster info will be cached.
Read/write property Raster The input image.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.