This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IPersistStream Interface > IPersistStream.Load Method (ArcObjects .NET 10.4 SDK) |
[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
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.