ArcFM Engine Developer Guide
Remove Method (ZipWriter)


Syntax
'Declaration
 
Public Sub Remove( _
   ByVal jump As Long, _
   ByVal entry As ZipEntry _
) 
'Usage
 
Dim instance As ZipWriter
Dim jump As Long
Dim entry As ZipEntry
 
instance.Remove(jump, entry)
public void Remove( 
   long jump,
   ZipEntry entry
)

Parameters

jump
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