DgnTagValue constructor
init
Initializes a new instance of the DgnTagValue class.
def __init__(self, type, raw_data, n_data_offset):
...
| Parameter | Type | Description |
|---|---|---|
| type | int | The type. |
| raw_data | bytes | The raw data. |
| n_data_offset | int | The n data offset. |
See Also
- module
aspose.cad.fileformats.dgn - class
DgnTagValue