SOLIDWORKS PDM Professional API Help Send Feedback
IEdmDictionary5 Interface Methods
See Also 
  
EPDM.Interop.epdm Namespace : IEdmDictionary5 Interface

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

Public Methods

 NameDescription
 MethodLongFindKeysStarts an enumeration of all of the key-value pairs that have integer keys in the specified range.  
 MethodLongFindValuesStarts an enumeration of all of the key-value pairs that have integer keys whose values contain the specified text.  
 MethodLongGetAtGets the value for the specified integer key.  
 MethodLongGetFirstPositionStarts an enumeration of all of the key-value pairs that have integer keys.  
 MethodLongGetNextAssocGets the key-value pair at the next position of an enumeration.  
 MethodLongRemoveAtDeletes the specified integer key and its value.  
 MethodLongSetAtSets the value for the specified integer key.  
 MethodLongTestAndSetAtCreates the specified integer key if it does not exist and sets its value.  
 MethodRemoveDictionaryRemoves this dictionary and all of its data from the SOLIDWORKS PDM Professional database.  
 MethodStringFindKeysStarts an enumeration of all the key-value pairs whose string keys contain the specified text.  
 MethodStringFindValuesStarts an enumeration of all of the key-value pairs that have string keys whose values contain the specified text.  
 MethodStringGetAtGets the value for the specified string key.  
 MethodStringGetFirstPositionStarts an enumeration of all of the key-value pairs that have string keys.  
 MethodStringGetNextAssocGets the key-value pair at the next position of an enumeration.  
 MethodStringRemoveAtDeletes the specified string key and its value.  
 MethodStringSetAtSets the value for the specified string key.  
 MethodStringTestAndSetAtCreates the specified string key if it does not exist and sets its value.  
Top

See Also