CadParameter.Init

Init(object)

Initialize the specified value.

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

See Also


Init(CadEntityAttribute, CadCodeValue)

Initialize the specified type.

public void Init(CadEntityAttribute type, CadCodeValue value)
ParameterTypeDescription
typeCadEntityAttributeThe type of the parameter.
valueCadCodeValueThe value of the parameter.

See Also


Init(CadEntityAttribute, object)

Initialize the specified type.

public void Init(CadEntityAttribute type, object value)
ParameterTypeDescription
typeCadEntityAttributeThe type of the parameter.
valueObjectThe value of the parameter.

See Also


Init(CadCodeValue)

Initialize the specified value.

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

See Also