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


IRasterTypeDataSourceHandlerParameters.AllowAncillaryDatasets Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  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

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters Interface