LiblPosition enum | QSYS API Reference Guide
Specifies the position to add a library in the library list.
Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll
Enum Values
| Name | Description | Value |
|---|---|---|
| After | Specifies that the library should be added after a specified library in the user portion of the library list. | 5 |
| Before | Specifies that the library should be added before a specified library in the user portion of the library list. | 4 |
| First | Specifies that the library should be added at the first position of the user portion of the library list. | 2 |
| Last | Specifies that the library should be added at the last position of the user portion of the library list. | 3 |
| Replace | Specifies that the library should replace a specified library in the user portion of the library list. | 6 |
| System | Specifies that the library should be added to the system portion of the library list. | 1 |