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


IRasterTypeEnvironment.SaveItemURI Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeEnvironment.SaveItemURI Method

Saves an item URI object to a blob.

[Visual Basic .NET]
Public Function SaveItemURI ( _
    ByVal pItemURI As IItemURI _
) As IMemoryBlobStream
[C#]
public IMemoryBlobStream SaveItemURI (
    IItemURI pItemURI
);
[C++]
HRESULT SaveItemURI(
  IItemURI* pItemURI,
  IMemoryBlobStream** ppBlob
);
[C++]

Parameters pItemURI [in]
pItemURI is a parameter of type IItemURI ppBlob [out, retval]
ppBlob is a parameter of type IMemoryBlobStream

Product Availability

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

See Also

IRasterTypeEnvironment Interface