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 > IRasterTypeDataSourceHandlerParameters2 Interface > IRasterTypeDataSourceHandlerParameters2.AllowBuilderItems Property (ArcObjects .NET 10.5 SDK) |
Indicates whether sensor raster types are used in the attempt to load the data source.
[Visual Basic .NET] Public Property AllowBuilderItems As Boolean
[C#] public bool AllowBuilderItems {get; set;}
[C++]
HRESULT get_AllowBuilderItems(
VARIANT_BOOL* pbAllowBuilderItems
);
[C++]
HRESULT put_AllowBuilderItems(
VARIANT_BOOL pbAllowBuilderItems
);
[C++]
Parameters pbAllowBuilderItems [out, retval] pbAllowBuilderItems is a parameter of type VARIANT_BOOL pbAllowBuilderItems [in] pbAllowBuilderItems is a parameter of type VARIANT_BOOL