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


IRasterBuilder.EndConstruction Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBuilder Interface > IRasterBuilder.EndConstruction Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IRasterBuilder Interface

.NET Samples

Create a custom raster type