Click or drag to resize
CMAPIUnPackFilesEx Method
UnPack all files from map to workspace.

Available since Oasis montaj version: 6.4.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The option to force will simply overwrite the files. When the non-force option is in effect the method will stop if any files are going to be overwritting. These file names will end up in the Errors string.
Syntax
public void IUnPackFilesEx(
	int i1,
	ref string str2
)

Parameters

i1
Type: SystemInt32
(0 - Produce errors, 1 - Force overwrites)
str2
Type: SystemString
List of files that are problematic returned
See Also