Click or drag to resize
CMVUMapset Method
Creates a new map directly from parameters.

Available since Oasis montaj version: 5.0.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 Mapset(
	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
)

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
Conversion factor (to units/meter) (rDummy for default)
d13
Type: SystemDouble
Minimum X of margin area (cm)
d14
Type: SystemDouble
Maximum X of margin area (cm)
d15
Type: SystemDouble
Minimum Y of margin area (cm)
d16
Type: SystemDouble
Maximum Y of margin area (cm)
d17
Type: SystemDouble
Inside edge (cm)
See Also