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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.