ArcObjects Library Reference (DataSourcesRaster)  

IBuilderItem.URI Property

The URI object associated with the builder item.

[Visual Basic .NET]
Public Property URI As IItemURI
[C#]
public IItemURI URI {get; set;}
[C++]
HRESULT get_URI(
  IItemURI** ppItemURI
);
[C++]
HRESULT putref_URI(
  IItemURI* ppItemURI
);
[C++]

Parameters

ppItemURI [out, retval]

  ppItemURI is a parameter of type IItemURI

ppItemURI [in]

  ppItemURI is a parameter of type IItemURI

Product Availability

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

Description

Unique Resource Identifier of the Builder Item.

See Also

IBuilderItem Interface