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


IRasterBuilder.GetNextURI Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterBuilder.GetNextURI Method

Returns the next available item URI object.

[Visual Basic .NET]
Public Function GetNextURI ( _
) As IItemURI
[C#]
public IItemURI GetNextURI (
);
[C++]
HRESULT GetNextURI(
  IItemURI** ppItemURI
);
[C++]

Parameters ppItemURI [out, retval]
ppItemURI is a parameter of type IItemURI

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)