This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStream Interface > IStream.Commit Method (ArcObjects .NET 10.4 SDK) |
[Visual Basic .NET] Public Sub Commit ( _ ByVal grfCommitFlags As Integer _ )
[C#] public void Commit ( uint grfCommitFlags );
[C++]
HRESULT Commit(
Unsigned long grfCommitFlags
);
[C++]
Parameters grfCommitFlags [in] grfCommitFlags is a parameter of type Unsigned long
IStream is a Microsoft interface. Please refer to MSDN for information about this interface.