This document is archived and information here might be outdated.  Recommended version.


IRasterTypeDataSourceHandlerParameters Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeDataSourceHandlerParameters Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IRasterTypeDataSourceHandlerParameters

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