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


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

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