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


IPersistStreamInit.Save Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IPersistStreamInit.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.

See Also

IPersistStreamInit Interface