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


IMemoryBlobStream.ImportFromMemory Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IM > IMemoryBlobStream Interface > IMemoryBlobStream.ImportFromMemory Method
ArcGIS Developer Help

IMemoryBlobStream.ImportFromMemory Method

Import using another blob.

[Visual Basic .NET]
Public Sub ImportFromMemory ( _
    ByRef blobMemory As Byte&, _
    ByVal Size As Integer _
)
[C#]
public void ImportFromMemory (
    ref Byte& blobMemory,
    ref uint Size
);
[C++]
HRESULT ImportFromMemory(
  System.Byte* blobMemory,
  Unsigned long Size
);
[C++]
Parameters
blobMemory [in]

blobMemory is a parameter of type unsigned char* Size
Size is a parameter of type unsigned long

Product Availability

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

See Also

IMemoryBlobStream Interface