This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPersistStreamInit Interface > IPersistStreamInit.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