Click or drag to resize
CMVGCreate Method
Create a MVG object

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Obsolete
Syntax
public static CMVG Create(
	CGXNETCore gxNetShared,
	CMAP map,
	string name,
	double xmin_m,
	double ymin_m,
	double xmax_m,
	double ymax_m,
	double xmin_u,
	double ymin_u,
	double xmax_u,
	double ymax_u
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
map
Type: GeoEngine.Core.GXNetXCMAP
H_MAP handle
name
Type: SystemString
View Name
xmin_m
Type: SystemDouble
Minimum X in map unit (mm)
ymin_m
Type: SystemDouble
Minimum Y in map unit (mm)
xmax_m
Type: SystemDouble
Maximum X in map unit (mm)
ymax_m
Type: SystemDouble
Maximum Y in map unit (mm)
xmin_u
Type: SystemDouble
Minimum X in view unit (m for example)
ymin_u
Type: SystemDouble
Minimum Y in view unit
xmax_u
Type: SystemDouble
Maximum X in view unit
ymax_u
Type: SystemDouble
Maximum Y in view unit

Return Value

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