DgnTagValue constructor

init

Initializes a new instance of the DgnTagValue class.

def __init__(self, type, raw_data, n_data_offset):
    ...
ParameterTypeDescription
typeintThe type.
raw_databytesThe raw data.
n_data_offsetintThe n data offset.

See Also