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 > IRasterTypeDataSourceHandlerParameters Interface > IRasterTypeDataSourceHandlerParameters.AllowAncillaryDatasets Property (ArcObjects .NET 10.5 SDK) |
Indicates whether ancillary dataset generated by complex raster type item templates are to be allowed by handler operations.
[Visual Basic .NET] Public Property AllowAncillaryDatasets As Boolean
[C#] public bool AllowAncillaryDatasets {get; set;}
[C++]
HRESULT get_AllowAncillaryDatasets(
VARIANT_BOOL* pbAllowAncillaryDatasets
);
[C++]
HRESULT put_AllowAncillaryDatasets(
VARIANT_BOOL pbAllowAncillaryDatasets
);
[C++]
Parameters pbAllowAncillaryDatasets [out, retval] pbAllowAncillaryDatasets is a parameter of type VARIANT_BOOL pbAllowAncillaryDatasets [in] pbAllowAncillaryDatasets is a parameter of type VARIANT_BOOL