ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeDataSourceHandlerParameters Interface

Provides access to members that control parameters to raster type data source handler.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property AllowAncillaryDatasets Indicates whether ancillary dataset generated by complex raster type item templates are to be allowed by handler operations.
Read/write property DataSource The data source to be supplied to handler operations.
Read/write property RasterTypes The collection of raster types on which the handler operates.
Read/write property StopAtFirstFind Indicates whether handler operations stops searching for candidate raster types or templates once the first candidate is found.
Read/write property TrackCancel The cancel tracker associated with handler operations.
Read/write property TryQuickCheckOnly Indicates whether handler operations perform only cursory checks (via IRasterBuilder.CanBuild) on data sources to identify candidate raster types and templates.

CoClasses that implement IRasterTypeDataSourceHandlerParameters

CoClasses and Classes Description
RasterTypeDataSourceHandlerParameters Parameters that control raster type data source handler operations.