This document is archived and information here might be outdated. Recommended version. |
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
);