This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeEnvironment Interface > IRasterTypeEnvironment.SaveItemURI Method (ArcObjects .NET 10.5 SDK) |
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