ArcObjects Library Reference (System)  

IStream.Commit Method

[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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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

See Also

IStream Interface