This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeDataSourceHandlerParameters2 Interface > IRasterTypeDataSourceHandlerParameters2.AllowRasterDatasets Property (ArcObjects .NET 10.5 SDK) |
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