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


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

IRasterTypeDataSourceHandlerParameters.AllowAncillaryDatasets Property

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(
  Boolean* pbAllowAncillaryDatasets
);
[C++]
Parameters
pbAllowAncillaryDatasets [in]

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

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters Interface