Click or drag to resize

MPInterfacebInit Method

(Optional Initialisation) Used only for compatibility

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public bool bInit(
	string sMARIProjektDatabase,
	short iMajorDatabase,
	short iMinorDatabase,
	string sApplication
)

Parameters

sMARIProjektDatabase
Type: SystemString
(not used any more) Name of the MARIProjekt2 programmer database
iMajorDatabase
Type: SystemInt16
Database version Major of 5.1 = 5
iMinorDatabase
Type: SystemInt16
Database version Minor of 5.1 = 1
sApplication
Type: SystemString
Name of your import application

Return Value

Type: Boolean
True if everything has worked fine
Remarks