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


IBuilderItem Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuilderItem Interface
ArcGIS Developer Help

IBuilderItem Interface

Provides access to members that control a builder item.

Product Availability

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

Description

The IBuilderItem interface provides access to the members of a builder item. This item is generated by a Raster Builder.

Members

Name Description
Method AddVariable Adds a variable to this item's collection given the variable name, value, and a flag that indicates whether the item URI's tag is prefixed with the variable name and separated by a period.
Read/write property Category The catagory of builder item. The value in this property appears in the Category field of the mosaic catalog.
Read/write property Dataset The function raster dataset associated with builder item.
Read/write property Footprint The footprint geometry of the function raster dataset that defines regions of valid pixels in the dataset. The footprint geometry may have a coordinate system different from the corresponding dataset.
Read/write property Seamline The seamline geometry associated with this builder item.
Read/write property StereoID The stereo ID associated with this builder item.
Read/write property StereoPairs The stereo IDs of all items that can be paired with this builder item.
Read/write property URI The URI object associated with the builder item.
Read/write property Variables The collection of variables associated with this item.

Classes that implement IBuilderItem

Classes Description
BuilderItem An item built by a raster builder.

.NET Samples

Create a custom raster type Create a custom raster type from the ground up for DMCII data