Click or drag to resize

CMAPIUnPackFilesToFolder Method (Int32, String, String)

UnPack all files from map to workspace.

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

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