[]
        
(Showing Draft Content)

C1.Document.LabeledValue.-ctor

LabeledValue Constructor

LabeledValue(object, string)

Initializes a new instance of the LabeledValue class.

Declaration
public LabeledValue(object value, string label)
Parameters
Type Name Description
object value

Value represented by the LabeledValue class.

string label

Label of value.

LabeledValue(Parameter, object, string)

Initializes a new instance of the LabeledValue class.

Declaration
public LabeledValue(Parameter param, object value, string label)
Parameters
Type Name Description
Parameter param

The Parameter that owns the LabeledValue class.

object value

Value represented by the LabeledValue class.

string label

Label of value.