ILibraryList interface.AddEntry Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Adds a library to the library list at a specified position.

void AddEntry(string path, LiblPosition pos, string refLib)

Adds a library to the library list at a specified position.

void AddEntry(string path, LiblPosition pos, string refLib)

Parameters

Type Parameter name Description
String path The path of the library to add.
LiblPosition pos The position to add the library at.
String refLib Optional reference library.

See Also