Returns the items defined in the list with the defined name. The XML file must have previously loaded with one of the LOAD methods.
Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetItemList( _ ByVal listName As String _ ) As OPCItemDef() |
C# | |
---|---|
public OPCItemDef[] GetItemList( string listName ) |
Parameters
- listName
- Name of the list to be returned.