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