This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IPersistStream Interface > IPersistStream.Save Method (ArcObjects .NET 10.5 SDK) |
[Visual Basic .NET] Public Sub Save ( _ ByVal pstm As IStream, _ ByVal fClearDirty As Integer _ )
[C#] public void Save ( IStream pstm, int fClearDirty );
[C++]
HRESULT Save(
IStream* pstm,
long fClearDirty
);
[C++]
Parameters pstm [in]
pstm is a parameter of type IStream fClearDirty [in] fClearDirty is a parameter of type long
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.