CadDoubleParameter.Init

Init(CadCodeValue)

Initialize the specified value.

public override void Init(CadCodeValue value)
ParameterTypeDescription
valueCadCodeValueThe string value will be converted to Double.

See Also


Init(object)

Initialize the specified value.

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

See Also