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


IPersistStream.Load Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IPersistStream.Load Method

[Visual Basic .NET]
Public Sub Load ( _
    ByVal pstm As IStream _
)
[C#]
public void Load (
    IStream pstm
);
[C++]
HRESULT Load(
  IStream* pstm
);
[C++]

Parameters pstm [in]
pstm is a parameter of type IStream

Product Availability

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

Description

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

See Also

IPersistStream Interface