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


IPersistStream.Save Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IPersistStream.Save Method

[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

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