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


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

IRasterTypeDataSourceHandlerParameters2.AllowBuilderItems Property

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

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

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters2 Interface