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


IRasterBuilder.BeginConstruction Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterBuilder.BeginConstruction Method

Initializes the raster builder for URI construction given a valid data source crawler object.

[Visual Basic .NET]
Public Sub BeginConstruction ( _
    ByVal pCrawler As IDataSourceCrawler _
)
[C#]
public void BeginConstruction (
    IDataSourceCrawler pCrawler
);
[C++]
HRESULT BeginConstruction(
  IDataSourceCrawler* pCrawler
);
[C++]

Parameters pCrawler [in]
pCrawler is a parameter of type IDataSourceCrawler

Product Availability

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

See Also

IRasterBuilder Interface

.NET Samples

Create a custom raster type (Code Files: ThumbnailBuilder)