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


IRasterTypeDataSourceHandlerParameters2.AllowBuilderItems Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters2 Interface