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 map area (ground units)
d2
Type: SystemDouble
Maximum X of map area (ground units)
d3
Type: SystemDouble
Minimum Y of map area (ground units)
d4
Type: SystemDouble
Maximum Y of map area (ground units)
str5
Type: SystemString
Size of paper (e.g. A1, E, etc.)
i6
Type: SystemInt32
Portrait map? (or landscape) (FALSE by default)
i7
Type: SystemInt32
Map is exactly sized to area? (or trimmed to data and margins) (FALSE by default)
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
Minimum X of margin area (cm)
d12
Type: SystemDouble
Maximum X of margin area (cm)
d13
Type: SystemDouble
Minimum Y of margin area (cm)
d14
Type: SystemDouble
Maximum Y of margin area (cm)
d15
Type: SystemDouble
Inside edge (cm)

Return Value

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