add method
add
Adds a CadDimensionStyleTable
to the dictionary.
def add(self, key, value):
...
Parameter | Type | Description |
---|---|---|
key | str | The CadDimensionStyleTable key. |
value | aspose.cad.fileformats.cad.cadtables.CadDimensionStyleTable | The CadDimensionStyleTable 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
CadDimensionDictionary
- class
CadDimensionStyleTable