 | 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
Syntaxpublic void IUnPackFilesToFolder(
int force,
string dir,
ref string errors
)
public void IUnPackFilesToFolder(
int force,
string dir,
ref string errors
)
Public Sub IUnPackFilesToFolder (
force As Integer,
dir As String,
ByRef errors As String
)
Public Sub IUnPackFilesToFolder (
force As Integer,
dir As String,
ByRef errors As String
)
public:
void IUnPackFilesToFolder(
int force,
String^ dir,
String^% errors
)
public:
void IUnPackFilesToFolder(
int force,
String^ dir,
String^% errors
)
member IUnPackFilesToFolder :
force : int *
dir : string *
errors : string byref -> unit
member IUnPackFilesToFolder :
force : int *
dir : string *
errors : string byref -> unit
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