CadLayoutDictionary class
CadLayoutDictionary class
Collection of cad layouts
Inheritance: CadLayoutDictionary
→
NonGenericDictionary
The CadLayoutDictionary type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the CadLayoutDictionary 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. |
MODEL_SPACE_NAME | Mode layout |
Methods
Method | Description |
---|---|
remove | Removes the CadLayout with the specified key. |
remove | Removes the element with the specified key from the IDictionary object. |
add | Adds a CadLayout 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 CadLayout 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
CadLayout
- class
CadLayoutDictionary
- class
NonGenericDictionary