Click or drag to resize
CMVGCreate Method
Create a MVG object

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Obsolete
Syntax
public static CMVG Create(
	CMAP oMAP1,
	string str2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	double d9,
	double d10
)

Parameters

oMAP1
Type: GeoEngine.Core.GXNetCMAP
H_MAP handle
str2
Type: SystemString
View Name
d3
Type: SystemDouble
Minimum X in map unit (mm)
d4
Type: SystemDouble
Minimum Y in map unit (mm)
d5
Type: SystemDouble
Maximum X in map unit (mm)
d6
Type: SystemDouble
Maximum Y in map unit (mm)
d7
Type: SystemDouble
Minimum X in view unit (m for example)
d8
Type: SystemDouble
Minimum Y in view unit
d9
Type: SystemDouble
Maximum X in view unit
d10
Type: SystemDouble
Maximum Y in view unit

Return Value

Type: CMVG
MVG handle (NULL if error)
See Also