CadDimensionDictionary class
CadDimensionDictionary class
Dimension styles dictionary.
Inheritance: CadDimensionDictionary
→
NonGenericDictionary
The CadDimensionDictionary type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the CadDimensionDictionary 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. |
keys_typed | Gets the strongly typed collection of keys. |
values_typed | Gets the strongly typed values collection. |
cad_symbol_table_group_codes | Gets or sets the cad symbol table group codes. |
Methods
Method | Description |
---|---|
remove | Removes the CadDimensionStyleTable with the specified key. |
remove | Removes the element with the specified key from the IDictionary object. |
add | Adds a CadDimensionStyleTable 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 CadDimensionStyleTable 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
CadDimensionDictionary
- class
CadDimensionStyleTable
- class
NonGenericDictionary