Click or drag to resize
C3DVICopyToMAP Method
Copy the 3DV's 3D MVIEW into a map.

Available since Oasis montaj version: 8.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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.
Syntax
public void ICopyToMAP(
	CMAP oMAP1,
	string str2,
	double d3,
	double d4,
	double d5,
	double d6,
	int i7,
	ref string str8,
	ref string str9
)

Parameters

oMAP1
Type: GeoEngine.Core.GXNetCMAP
MAP Object
str2
Type: SystemString
Desired new view name
d3
Type: SystemDouble
X minimum in mm
d4
Type: SystemDouble
Y minimun in mm
d5
Type: SystemDouble
X maximum in mm
d6
Type: SystemDouble
Y maximum in mm
i7
Type: SystemInt32
(0 - Produce errors for conflicting unpacked files, 1 - Force overwrites of conflicting unpacked files)
str8
Type: SystemString
New view name created
str9
Type: SystemString
List of files that are problematic returned
See Also