CadAppIdDictionary class
CadAppIdDictionary class
Collection of cad layouts
Inheritance: CadAppIdDictionary →
NonGenericDictionary
The CadAppIdDictionary type exposes the following members:
Constructors
| Constructor | Description | 
|---|---|
| init | Initializes a new instance of the CadAppIdDictionaryclass. | 
Properties
| Property | Description | 
|---|---|
| is_fixed_size | Gets a value indicating whether the IDictionary object has a fixed size. | 
| is_read_only | Gets a value indicating whether the IDictionary object is read-only. | 
| keys | Gets an ICollection object containing the keys of the IDictionary object. | 
| values | Gets an ICollection object containing the values in the IDictionary object. | 
| cad_symbol_table_group_codes | Gets or sets the cad symbol table group codes. | 
| keys_typed | Gets the strongly typed collection of keys. | 
| values_typed | Gets the strongly typed values collection. | 
Methods
| Method | Description | 
|---|---|
| remove | Removes the CadAppIdTableObjectwith the specified key. | 
| remove | Removes the element with the specified key from the IDictionary object. | 
| add | Adds a CadAppIdTableObjectto the dictionary. | 
| add | Adds an element with the provided key and value to the IDictionary object. | 
| clear | Removes all elements from the IDictionary object. | 
| contains_key | Determines whether CadAppIdTableObjectcontained within this dictionary. | 
| try_get_value | Gets the value associated with the specified key. | 
| clone | Clones the dictionary. | 
See Also
- module aspose.cad.fileformats.cad
- class CadAppIdDictionary
- class CadAppIdTableObject
- class NonGenericDictionary