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


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

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
);
[C++]
Parameters
pBlob [in]

pBlob is a parameter of type IMemoryBlobStream*

Product Availability

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

See Also

IRasterTypeEnvironment Interface