(Optional Initialisation) Used only for compatibility
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic bool bInit(
string sMARIProjektDatabase,
short iMajorDatabase,
short iMinorDatabase,
string sApplication
)
Public Function bInit (
sMARIProjektDatabase As String,
iMajorDatabase As Short,
iMinorDatabase As Short,
sApplication As String
) As Boolean
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:
BooleanTrue if everything has worked fine
Remarks
See Also