Click or drag to resize
DmoFloatParam Properties

The DmoFloatParam 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 propertyMaximum
Returns maximum value of the parameter.
Public propertyMinimum
Returns minimum value of the parameter.
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