This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IM > IMemoryBlobStream Interface > IMemoryBlobStream.ImportFromMemory Method (ArcObjects .NET 10.5 SDK) |
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(
Byte* blobMemory,
Unsigned long Size
);
[C++]
Parameters blobMemory [in] blobMemory is a parameter of type Byte Size Size is a parameter of type Unsigned long