ArcObjects Library Reference (System)  

IZipArchive.CloseArchive Method

Closes the archive.

[Visual Basic .NET]
Public Sub CloseArchive ( _
)
[C#]
public void CloseArchive (
);
[C++]
HRESULT CloseArchive(
void
);

Product Availability

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

Description

Closes the zip archive. In order to open an archive use either the CreateArchive (create a new archive) or OpenArchive (open existing one) methods.

See Also

IZipArchive Interface