ArcObjects Component Help  (Core)    

IPersistStream.Save Method

[Visual Basic 6.0]
Sub Save(
    ByVal pstm As IStream, _
    ByVal fClearDirty As Long _
) As Empty
[Visual Basic .NET]
Public Sub Save (
    ByVal pstm As IStream, _
    ByVal fClearDirty As Integer _
)
[C#]
public void Save (
    IStream pstm,
    int fClearDirty
);
[C++]
public: void Save (
    IStream pstm,
    int fClearDirty
);

Description

IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.