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


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

IRasterTypeDataSourceHandlerParameters2.AllowRasterDatasets Property

Indicates whether an attempt is made to load the data source as a non-sensor-dataset: i.e., a regular raster dataset, a mosaic dataset or a raster catalog item, a web service or image service item URL.

[Visual Basic .NET]
Public Property AllowRasterDatasets As Boolean
[C#]
public bool AllowRasterDatasets {get; set;}
[C++]
HRESULT get_AllowRasterDatasets(
  VARIANT_BOOL pbAllowRasterDatasets
);
[C++]
HRESULT put_AllowRasterDatasets(
  Boolean* pbAllowRasterDatasets
);
[C++]
Parameters
pbAllowRasterDatasets [in]

pbAllowRasterDatasets is a parameter of type bool pbAllowRasterDatasets [out, retval]
pbAllowRasterDatasets is a parameter of type bool*

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters2 Interface