ArcObjects Library Reference (System)  

IStream Interface

Product Availability

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

Description

IStream is a Microsoft interface. Please refer to MSDN for information about this interface.

Members

Description
Method Clone
Method Commit
Method LockRegion
Method RemoteCopyTo
Method RemoteRead
Method RemoteSeek
Method RemoteWrite
Method Revert
Method SetSize
Method Stat
Method UnlockRegion

Inherited Interfaces

Interfaces Description
ISequentialStream

CoClasses that implement IStream

CoClasses and Classes Description
FileStream Specialized kind of IStream for files.
ObjectStream Specialized kind of IStream for objects.
XMLStream An in-memory XML stream.

.NET Snippets

Save ToolbarControl Items to File | Load ToolbarControl Items from File |

.NET Samples

Building a MapViewer application using the ArcGIS Engine controls (Code Files: MapViewer) | Move a graphic along a path in ArcMap (Code Files: MapGraphicTrackExtension) |

.NET Related Topics

Building a map viewing application using the ArcGIS Engine controls | How to save ToolbarControl items to a settings file |