CadLineTypesDictionary class
CadLineTypesDictionary class
Represents dictionary with types of lines.
Inheritance: CadLineTypesDictionary →
NonGenericDictionary
The CadLineTypesDictionary type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the CadLineTypesDictionary class. |
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 CadLineTypeTableObject with the specified key. |
| remove | Removes the element with the specified key from the IDictionary object. |
| add | Adds a CadLineTypeTableObject to 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 CadLineTypeTableObject contained 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
CadLineTypeTableObject - class
CadLineTypesDictionary - class
NonGenericDictionary