ArcObjects Library Reference (Catalog)  

IGxFile.Close Method

Closes the file, optionally saving changes.

[Visual Basic .NET]
Public Sub Close ( _
    ByVal saveChanges As Boolean _
)
[C#]
public void Close (
    bool saveChanges
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxFile Interface