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


IRasterTypeDataSourceHandlerParameters2.AllowRasterDatasets Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL pbAllowRasterDatasets
);
[C++]

Parameters pbAllowRasterDatasets [out, retval] pbAllowRasterDatasets is a parameter of type VARIANT_BOOL pbAllowRasterDatasets [in] pbAllowRasterDatasets is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters2 Interface