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


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

IRasterBuilder.ConstructURIs Method

Constructs one or more item URI objects given the crawled data source item.

[Visual Basic .NET]
Public Sub ConstructURIs ( _
    ByVal crawlerItem As Object _
)
[C#]
public void ConstructURIs (
    object crawlerItem
);
[C++]
HRESULT ConstructURIs(
  VARIANT crawlerItem
);
[C++]

Parameters crawlerItem [in] crawlerItem is a parameter of type VARIANT

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)