Click or drag to resize
CMVIEWCreate Method
Create MVIEW.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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(
	CGXNETCore gxNetShared,
	CMAP map,
	string name,
	int mode
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
map
Type: GeoEngine.Core.GXNetXCMAP
MAP on which to place the view
name
Type: SystemString
View name (maximum <define>MVIEW_NAME_LENGTH</define>)
mode
Type: SystemInt32
<define>MVIEW_OPEN</define>

Return Value

Type: CMVIEW
MVIEW, aborts if creation fails
See Also