This document is archived and information here might be outdated.  Recommended version.


IZipArchive.CloseArchive Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IZ > IZipArchive Interface > IZipArchive.CloseArchive Method
ArcGIS Developer Help

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