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


IPersistStream.Load Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IPersistStream Interface > IPersistStream.Load Method
ArcGIS Developer Help

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