Click or drag to resize
CMAPIUnPackFilesToFolder Method (Int32, String, String)
UnPack all files from map to workspace.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void IUnPackFilesToFolder(
	int force,
	string dir,
	ref string errors
)

Parameters

force
Type: SystemInt32
(0 - Produce errors, 1 - Force overwrites)
dir
Type: SystemString
Directory to place unpacked files in.
errors
Type: SystemString
List of files that are problematic returned
See Also