CadCodeValue.CadCodeValue

CadCodeValue constructor

Initializes a new instance of the CadCodeValue class.

public CadCodeValue(int code, string value)
ParameterTypeDescription
codeInt32The code of the parameter.
valueStringThe value of the parameter.

See Also