ArcObjects Library Reference (DataSourcesRaster)  

IRasterBuilder.EndConstruction Method

Shuts down the raster builder object upon completion of URI construction. Once all item URIs are constructed and returned via repated calls to the GetNextURI, this method might return an array of item URIs possibly created as a result of the shut down process.

[Visual Basic .NET]
Public Function EndConstruction ( _
) As IItemURIArray
[C#]
public IItemURIArray EndConstruction (
);
[C++]
HRESULT EndConstruction(
  IItemURIArray** ppRemainingItemURIs
);
[C++]

Parameters

ppRemainingItemURIs [out, retval]

  ppRemainingItemURIs is a parameter of type IItemURIArray

Product Availability

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

See Also

IRasterBuilder Interface