This document is archived and information here might be outdated. Recommended version. |
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*