Type of logical connection. The following items are defined.
0 | Basic model. No particular processing occurs. |
1 | GEM model. |
We are using bop to mount GEM, so the LogicalConnection is always 1.
Syntax
|
LogicalConnection As Integer
|
|
short GetLogicalConnection();
void SetLogicalConnection(short sNewValue);
|
Return Value
Example
Remarks
In the current bop version, always set the LogicalConnection property to 1.
See Also
|