Click or drag to resize
CMVIEWMaker Method
Generates a Maker for the database and/or map.

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)
Syntax
public void Maker(
	int i1,
	int i2,
	string str3,
	int i4,
	string str5,
	string str6
)

Parameters

i1
Type: SystemInt32
Database required? (0 = No, 1 = Yes)
i2
Type: SystemInt32
Map required? (0 = No, 1 = Yes)
str3
Type: SystemString
Program name
i4
Type: SystemInt32
See MAKERConstant
str5
Type: SystemString
Maker name, used in menu prompt
str6
Type: SystemString
INI groups (terminate each with a ";")
See Also