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


IRasterType.RasterBuilder Property (ArcObjects .NET 10.5 SDK)
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

.NET Samples

Create a custom raster type (Code Files: ThumbnailBuilder)