ArcFM Desktop Developer Guide
Extract Method


Syntax
'Declaration
 
Public Sub Extract( _
   ByVal entry As ZipEntry, _
   ByVal jump As Long, _
   ByVal startPath As String _
) 
'Usage
 
Dim instance As ZipReader
Dim entry As ZipEntry
Dim jump As Long
Dim startPath As String
 
instance.Extract(entry, jump, startPath)
public void Extract( 
   ZipEntry entry,
   long jump,
   string startPath
)

Parameters

entry
jump
startPath
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

ZipReader Class
ZipReader Members

 

 


Send Comment