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