ArcObjects Library Reference (System)  

IMemoryBlobStream Interface

Provides access to members that control the Blob Stream. Note: the IMemoryBlobStream interface has been superseded byIMemoryBlobStream2. Please consider using the more recent version.

Product Availability

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

Members

Description
Method AttachToMemory Attaches the stream to memory. If transferOwnership is true, memory must be allocated with HeapAlloc() using GetProcessHeap().
Method Clone
Method Commit
Method ImportFromMemory Import using another blob.
Method LoadFromFile Loads a stream from the specified file.
Method LockRegion
Read-only property Memory The memory of the blob stream.
Method RemoteCopyTo
Method RemoteRead
Method RemoteSeek
Method RemoteWrite
Method Revert
Method SaveToFile Saves the stream to the specified file.
Method SetSize
Read/write property Size The size of the stream.
Method Stat
Method UnlockRegion

Inherited Interfaces

Interfaces Description
IBlobStream Provides access to members that control a Blob Stream.
IStream
ISequentialStream

CoClasses that implement IMemoryBlobStream

CoClasses and Classes Description
MemoryBlobStream Memory blob stream object.

.NET Snippets

Write Blob Field Contents To File | Write Blob File Contents To Table Row Field |

.NET Samples

Create a custom raster type (Code Files: TestThumbnailBuilder ThumbnailBuilder) |

.NET Related Topics

How to save a raster type to a .art file | Working with feature attachments |