CadStringParameter.Init

Init(CadCodeValue)

Initialize the specified value.

public override void Init(CadCodeValue value)
ParameterTypeDescription
valueCadCodeValueThe value of the parameter.

See Also


Init(object)

Initialize the specified value.

public override void Init(object value)
ParameterTypeDescription
valueObjectThe value of the parameter.

See Also