Click or drag to resize

C3DVICopyToMAP Method (CMAP, String, Double, Double, Double, Double, Int32, String, Int32, String, Int32)

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
Syntax
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,
	int new_view_size,
	ref string problem_files,
	int problem_files_size
)

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,
	int new_view_size,
	ref string problem_files,
	int problem_files_size
)

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
new_view_size
Type: SystemInt32
Length of new view name
problem_files
Type: SystemString
List of files that are problematic returned
problem_files_size
Type: SystemInt32
Length of problematic files buffer
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