CadBlockDictionary class
CadBlockDictionary class
CAD blocks collection
Inheritance: CadBlockDictionary
→
NonGenericDictionary
The CadBlockDictionary type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the CadBlockDictionary 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. |
Methods
Method | Description |
---|---|
remove | Removes the CadBlockEntity with the specified key. |
remove | Removes the element with the specified key from the IDictionary object. |
add | Adds a CadBlockEntity 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 CadBlockEntity 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
CadBlockDictionary
- class
CadBlockEntity
- class
NonGenericDictionary