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 with an Oasis Montaj license.  

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 map area (ground units)
d5
Type: SystemDouble
Maximum X of map area (ground units)
d6
Type: SystemDouble
Minimum Y of map area (ground units)
d7
Type: SystemDouble
Maximum Y of map area (ground units)
str8
Type: SystemString
Size of paper (e.g. A1, E, etc.)
i9
Type: SystemInt32
Portrait map? (or landscape) (FALSE by default)
i10
Type: SystemInt32
Map is exactly sized to area? (or trimmed to data and margins) (FALSE by default)
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
Minimum X of margin area (cm)
d15
Type: SystemDouble
Maximum X of margin area (cm)
d16
Type: SystemDouble
Minimum Y of margin area (cm)
d17
Type: SystemDouble
Maximum Y of margin area (cm)
d18
Type: SystemDouble
Inside edge (cm)
See Also