CadBinaryCodeValue constructor
init
Initializes a new instance of the CadBinaryCodeValue class.
def __init__(self, code, value):
...
| Parameter | Type | Description |
|---|---|---|
| code | int | The code of the parameter. |
| value | str | The value of the parameter. |
init
Initializes a new instance of the CadBinaryCodeValue class.
def __init__(self, code, data, data_count):
...
| Parameter | Type | Description |
|---|---|---|
| code | int | The code of the parameter. |
| data | bytes | The data of the parameter. |
| data_count | int | The data count. |
See Also
- module
aspose.cad.fileformats.cad - class
CadBinaryCodeValue