 | C3DVICopyToMAP Method (CMAP, String, Double, Double, Double, Double, Int32, String, String) |
Copy the 3DV's 3D MVIEW into a map.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ICopyToMAP(
CMAP map,
string mview,
double min_x,
double min_y,
double max_x,
double max_y,
int force_overwrite,
ref string new_view,
ref string problem_files
)
public void ICopyToMAP(
CMAP map,
string mview,
double min_x,
double min_y,
double max_x,
double max_y,
int force_overwrite,
ref string new_view,
ref string problem_files
)
Public Sub ICopyToMAP (
map As CMAP,
mview As String,
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double,
force_overwrite As Integer,
ByRef new_view As String,
ByRef problem_files As String
)
Public Sub ICopyToMAP (
map As CMAP,
mview As String,
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double,
force_overwrite As Integer,
ByRef new_view As String,
ByRef problem_files As String
)
public:
void ICopyToMAP(
CMAP^ map,
String^ mview,
double min_x,
double min_y,
double max_x,
double max_y,
int force_overwrite,
String^% new_view,
String^% problem_files
)
public:
void ICopyToMAP(
CMAP^ map,
String^ mview,
double min_x,
double min_y,
double max_x,
double max_y,
int force_overwrite,
String^% new_view,
String^% problem_files
)
member ICopyToMAP :
map : CMAP *
mview : string *
min_x : float *
min_y : float *
max_x : float *
max_y : float *
force_overwrite : int *
new_view : string byref *
problem_files : string byref -> unit
member ICopyToMAP :
map : CMAP *
mview : string *
min_x : float *
min_y : float *
max_x : float *
max_y : float *
force_overwrite : int *
new_view : string byref *
problem_files : string byref -> unit
Parameters
- map
- Type: GeoEngine.Core.GXNetXCMAP
MAP Object - mview
- Type: SystemString
Desired new view name - min_x
- Type: SystemDouble
X minimum in mm - min_y
- Type: SystemDouble
Y minimun in mm - max_x
- Type: SystemDouble
X maximum in mm - max_y
- Type: SystemDouble
Y maximum in mm - force_overwrite
- Type: SystemInt32
(0 - Produce errors for conflicting unpacked files, 1 - Force overwrites of conflicting unpacked files) - new_view
- Type: SystemString
New view name created - problem_files
- Type: SystemString
List of files that are problematic returned
Remarks
A 3DV packs all source files. This functions creates an unpacked map and
unpacks the packed files in the same way that UnPackFilesEx in the MAP class does.
See Also