Click or drag to resize
CMVUMapset2 Method
Same as Mapset_MVU, with vertical exaggeration.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void Mapset2(
	CMAP oMAP1,
	string str2,
	string str3,
	double d4,
	double d5,
	double d6,
	double d7,
	string str8,
	int i9,
	int i10,
	double d11,
	double d12,
	double d13,
	double d14,
	double d15,
	double d16,
	double d17,
	double d18
)

Parameters

oMAP1
Type: GeoEngine.Core.GXNetCMAP
MAP Handle
str2
Type: SystemString
Name to use for the base map view
str3
Type: SystemString
Name to use for the data view
d4
Type: SystemDouble
Minimum X of data area (data units)
d5
Type: SystemDouble
Maximum X of data area (data units)
d6
Type: SystemDouble
Minimum Y of data area (data units)
d7
Type: SystemDouble
Maximum Y of data area (data units)
str8
Type: SystemString
Media size as a string 'x_cm,y_cm', or a standard paper size (e.g. 'A4', 'E')
i9
Type: SystemInt32
0 - landscape; 1 - portrait
i10
Type: SystemInt32
1 - map size fixed to media; 0 - map size adjusted to data and margins.
d11
Type: SystemDouble
Map scale (rDummy for default)
d12
Type: SystemDouble
Vertical Exaggeration (1.0 for none)
d13
Type: SystemDouble
Conversion factor (to units/meter) (rDummy for default)
d14
Type: SystemDouble
Left margin (cm)
d15
Type: SystemDouble
Right margin (cm)
d16
Type: SystemDouble
Bottom margin (cm)
d17
Type: SystemDouble
Top margin (cm)
d18
Type: SystemDouble
Inside data margin (cm)
See Also