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


IRasterBuilder3.ReviewItemURI Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterBuilder3.ReviewItemURI Method

Review and (optionally) update the final item URI constructed by the parent raster type.

[Visual Basic .NET]
Public Sub ReviewItemURI ( _
    ByVal pItemURI As IItemURI _
)
[C#]
public void ReviewItemURI (
    IItemURI pItemURI
);
[C++]
HRESULT ReviewItemURI(
  IItemURI* pItemURI
);
[C++]

Parameters pItemURI [in]
pItemURI is a parameter of type IItemURI

Product Availability

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

See Also

IRasterBuilder3 Interface