Click or drag to resize
CMVUiMapset2Test Method
Test function to ensure parameters to Mapset_MVU is sane

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)
Notes
Same as iMapsetTest_MVU, with vertical exaggeration.
Syntax
public static int iMapset2Test(
	double d1,
	double d2,
	double d3,
	double d4,
	string str5,
	int i6,
	int i7,
	ref double d8,
	double d9,
	double d10,
	double d11,
	double d12,
	double d13,
	double d14,
	double d15
)

Parameters

d1
Type: SystemDouble
Minimum X of data area (data units)
d2
Type: SystemDouble
Maximum X of data area (data units)
d3
Type: SystemDouble
Minimum Y of data area (data units)
d4
Type: SystemDouble
Maximum Y of data area (data units)
str5
Type: SystemString
Media size as a string 'x_cm,y_cm', or a standard paper size (e.g. 'A4', 'E')
i6
Type: SystemInt32
0 - landscape; 1 - portrait
i7
Type: SystemInt32
1 - map size fixed to media; 0 - map size adjusted to data and margins.
d8
Type: SystemDouble
Map scale (rDummy for default)
d9
Type: SystemDouble
Vertical exaggeration (Normally 1.0)
d10
Type: SystemDouble
Conversion factor (to units/meter) (rDummy for default)
d11
Type: SystemDouble
Left margin (cm)
d12
Type: SystemDouble
Right margin (cm)
d13
Type: SystemDouble
Bottom margin (cm)
d14
Type: SystemDouble
Top margin (cm)
d15
Type: SystemDouble
Inside data margin (cm)

Return Value

Type: Int32
See GEO_BOOLConstant TRUE if the parameters are good.
See Also