Click or drag to resize
CMVIEWCreate Method
Create MVIEW.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
View scaling is set to mm on the map and the view origin is set to the map origin.
Syntax
public static CMVIEW Create(
	CMAP oMAP1,
	string str2,
	int i3
)

Parameters

oMAP1
Type: GeoEngine.Core.GXNetCMAP
MAP on which to place the view
str2
Type: SystemString
View name (maximum MVIEW_NAME_LENGTH)
i3
Type: SystemInt32
See MVIEW_OPENConstant

Return Value

Type: CMVIEW
MVIEW, aborts if creation fails
See Also