This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IM > IMemoryBlobStream Interface > IMemoryBlobStream.Memory Property (ArcObjects .NET 10.4 SDK) |
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