Click or drag to resize
DmoEnumParam Properties

The DmoEnumParam type exposes the following members.

Properties
  NameDescription
Public propertyDefaultValue
Returns default or "neutral" value of the parameter.
Public propertyIsDefaultValue
Gets or sets a value indicating whether the Value property has default value.
(Inherited from DmoParam.)
Public propertyItems
Returns member list of the enumerated type.
Public propertyName
Returns parameter name.
(Inherited from DmoParam.)
Public propertyUnit
Returns units name for the parameter. Hz, %, ms, dB etc.
(Inherited from DmoParam.)
Public propertyValue
Gets and sets current value.
Top
See Also