AVEVA CAF API Documenation


ValueList Class Methods

For a list of all members of this type, see ValueList members.

Public Methods
 NameDescription
Public MethodOverloaded.  Create and add a new ValueListItem object to the ValueList. Note that the ValueListItem created will contain the given DisplayText and a default DataValue with value (object)DisplayText.  
Public Method Remove all ValueListItems from the ValueList.  
Public Method Copies the elements of the collection to an Array, starting at a particular Array index.  
Public Method Returns an enumerator that can iterate through the Collection.  
Public MethodOverloaded.  Create and insert a new ValueListItem object into the ValueList. Note that the ValueListItem created will contain the given DisplayText and a default DataValue with value (object)DisplayText.  
Public MethodOverloaded.  Remove the ValueListItem with the specified DisplayText from the ValueList.  
Top
See Also