ArcFM Engine Developer Guide
Add Method (ZipWriter)


Syntax
'Declaration
 
Public Sub Add( _
   ByVal entry As ZipEntry _
) 
'Usage
 
Dim instance As ZipWriter
Dim entry As ZipEntry
 
instance.Add(entry)
public void Add( 
   ZipEntry entry
)

Parameters

entry
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ZipWriter Class
ZipWriter Members

 

 


Send Comment