ArcFM Engine Developer Guide
CommandCollection Class Members
Properties  Methods 


The following tables list the members exposed by CommandCollection.

Public Properties
 NameDescription
Public PropertyCountReturn the number of Commands defined in this application.  
Public PropertyIsReadOnlyReturns whether this collection consists of readonly members.  
Public PropertyIsSynchronizedReturns whether access to the collection is thread safe.  
Public PropertyItemOverloaded. Retrieves a command from the list of commands by its index number in the list.  
Public PropertySyncRootReturns an object that can be used to synchronize assess to the collection.  
Top
Public Methods
 NameDescription
Public MethodAddAdd a new command to the list of commands.  
Public MethodAddRangeAdd a group of commands to the list of commands.  
Public MethodClearClears the list of all component items.  
Public MethodContainsOverloaded. Return whether the specified command is in the list of commands.  
Public MethodCopyToCopies the items in this collection into an array.  
Public MethodGetEnumeratorProvides support to allow type-safe iteration over this collection.  
Public MethodRemoveRemove a command from the list of commands.  
Public MethodRemoveAtRemoves the command at the specified index from the collection.  
Top
See Also

Reference

CommandCollection Class
Miner.Windows.Commands Namespace

 

 


Send Comment