 | CMAPIUnPackFilesToFolder Method (Int32, String, String, Int32) |
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,
int error_size
)
public void IUnPackFilesToFolder(
int force,
string dir,
ref string errors,
int error_size
)
Public Sub IUnPackFilesToFolder (
force As Integer,
dir As String,
ByRef errors As String,
error_size As Integer
)
Public Sub IUnPackFilesToFolder (
force As Integer,
dir As String,
ByRef errors As String,
error_size As Integer
)
public:
void IUnPackFilesToFolder(
int force,
String^ dir,
String^% errors,
int error_size
)
public:
void IUnPackFilesToFolder(
int force,
String^ dir,
String^% errors,
int error_size
)
member IUnPackFilesToFolder :
force : int *
dir : string *
errors : string byref *
error_size : int -> unit
member IUnPackFilesToFolder :
force : int *
dir : string *
errors : string byref *
error_size : int -> 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 - error_size
- Type: SystemInt32
Length of Error name buffer
See Also