ArcFM Desktop Developer Guide
IDictionary Interface Members
Properties  Methods 

Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The following tables list the members exposed by IDictionary.

Public Properties
 NameDescription
 PropertyCompareModeSet or get the string comparison method.  
 PropertyCountGet the number of items in the dictionary.  
 PropertyHashVal  
 PropertyItemSet or get the item for a given key  
 PropertyKeyChange a key to a different key.  
Top
Public Methods
 NameDescription
 MethodAddAdd a new key and item to the dictionary.  
 MethodExistsDetermine if a given key is in the dictionary.  
 MethodGetEnumerator  
 MethodItemsGet an array containing all items in the dictionary.  
 MethodKeysGet an array containing all keys in the dictionary.  
 Methodlet_Item  
 MethodRemoveRemove a given key from the dictionary.  
 MethodRemoveAllRemove all information from the dictionary.  
Top
See Also

Reference

IDictionary Interface
Miner.Interop.Process Namespace

 

 


Send Comment