add method
add
Adds a CadLineTypeTableObject
to the dictionary.
def add(self, key, value):
...
Parameter | Type | Description |
---|---|---|
key | str | The CadLineTypeTableObject key. |
value | aspose.cad.fileformats.cad.cadtables.CadLineTypeTableObject | The CadLineTypeTableObject to add. |
add
Adds an element with the provided key and value to the IDictionary object.
def add(self, key, value):
...
Parameter | Type | Description |
---|---|---|
key | any | The Object to use as the key of the element to add. |
value | any | The Object to use as the value of the element to add. |
See Also
- module
aspose.cad.fileformats.cad
- class
CadLineTypeTableObject
- class
CadLineTypesDictionary