 | CMAPIUnPackFilesEx Method (Int32, 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 IUnPackFilesEx(
int force,
ref string errors,
int error_size
)
public void IUnPackFilesEx(
int force,
ref string errors,
int error_size
)
Public Sub IUnPackFilesEx (
force As Integer,
ByRef errors As String,
error_size As Integer
)
Public Sub IUnPackFilesEx (
force As Integer,
ByRef errors As String,
error_size As Integer
)
public:
void IUnPackFilesEx(
int force,
String^% errors,
int error_size
)
public:
void IUnPackFilesEx(
int force,
String^% errors,
int error_size
)
member IUnPackFilesEx :
force : int *
errors : string byref *
error_size : int -> unit
member IUnPackFilesEx :
force : int *
errors : string byref *
error_size : int -> unit
Parameters
- force
- Type: SystemInt32
(0 - Produce errors, 1 - Force overwrites) - errors
- Type: SystemString
List of files that are problematic returned - error_size
- Type: SystemInt32
Length of Error name buffer
Remarks
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.
See Also