ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeEnvironment.LoadItemURI Method

Loads an item URI object from a blob.

[Visual Basic .NET]
Public Function LoadItemURI ( _
    ByVal pBlob As IMemoryBlobStream _
) As IItemURI
[C#]
public IItemURI LoadItemURI (
    IMemoryBlobStream pBlob
);
[C++]
HRESULT LoadItemURI(
  IMemoryBlobStream* pBlob,
  IItemURI** ppItemURI
);
[C++]

Parameters

pBlob [in]

  pBlob is a parameter of type IMemoryBlobStream

ppItemURI [out, retval]

  ppItemURI is a parameter of type IItemURI

Product Availability

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

See Also

IRasterTypeEnvironment Interface