AVEVA CAF API Documenation
Properties  Methods 


CommandTypesCollection Class Members

The following tables list the members exposed by CommandTypesCollection.

Public Properties
 NameDescription
Public Property Gets the number of elements contained in the collection.  
Public Property Gets a value indicating whether access to the collection is synchronized (thread-safe).  
Public Property Indexer to get the Command with given Key from the CommandCollection.  
Public Property Gets an object that can be used to synchronize access to the collection.  
Top
Public Methods
 NameDescription
Public Method Add the given Command Type to the CommandCollection.  
Public Method Determine if the Command with the specified Key exists in the CommandCollection.  
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 CommandBarCollection.  
Public Method Remove the Command with given Key from the CommandCollection.  
Top
See Also