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


IMemoryBlobStream.Memory Property (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.Memory Property
ArcGIS Developer Help

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(
  System.Byte** blobMemory,
  System.UInt32* Size
);
[C++]
Parameters
blobMemory [out]

blobMemory is a parameter of type unsigned char** 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