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


IBuilderItem.URI Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuilderItem Interface > IBuilderItem.URI Property
ArcGIS Developer Help

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 [in]

ppItemURI is a parameter of type IItemURI* ppItemURI [out, retval]
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