CadCodeValue constructor

init

Initializes a new instance of the CadCodeValue class.

def __init__(self, code, value):
    ...
ParameterTypeDescription
codeintThe code of the parameter.
valuestrThe value of the parameter.

See Also