init method

init

Initialize the specified value.

def init(self, value):
    ...
ParameterTypeDescription
valueCadCodeValueThe value of the parameter.

init

Initialize the specified value.

def init(self, value):
    ...
ParameterTypeDescription
valueanyThe value of the parameter.

init

Initialize the specified type.

def init(self, type, value):
    ...
ParameterTypeDescription
typeCadEntityAttributeThe type of the parameter.
valueCadCodeValueThe value of the parameter.

init

Initialize the specified type.

def init(self, type, value):
    ...
ParameterTypeDescription
typeCadEntityAttributeThe type of the parameter.
valueanyThe value of the parameter.

See Also