ArcObjects Library Reference (System)  

IMemoryBlobStream.Memory Property

The memory of the blob stream.

[Visual Basic .NET]
Public Sub Memory ( _
    ByVal blobMemory As IntPtr, _
    ByRef Size As Integer _
)
[C#]
public void Memory (
    IntPtr blobMemory,
    ref uint Size
);
[C++]
HRESULT get_Memory(
  Byte** blobMemory,
  Unsigned long* Size
);
[C++]

Parameters

blobMemory [out]   blobMemory is a parameter of type Byte Size [out]   Size is a parameter of type Unsigned long

Product Availability

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

See Also

IMemoryBlobStream Interface