ArcObjects Library Reference (DataSourcesRaster)  

IRasterType.RasterBuilder Property

The inner raster builder associated with the raster type.

[Visual Basic .NET]
Public Property RasterBuilder As IRasterBuilder
[C#]
public IRasterBuilder RasterBuilder {get; set;}
[C++]
HRESULT get_RasterBuilder(
  IRasterBuilder** ppRasterBuilder
);
[C++]
HRESULT putref_RasterBuilder(
  IRasterBuilder* ppRasterBuilder
);
[C++]

Parameters

ppRasterBuilder [out, retval]

  ppRasterBuilder is a parameter of type IRasterBuilder

ppRasterBuilder [in]

  ppRasterBuilder is a parameter of type IRasterBuilder

Product Availability

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

See Also

IRasterType Interface