Click or drag to resize

RosDynamicConfigParameterT Properties

The RosDynamicConfigParameterT generic type exposes the following members.

Properties
  NameDescription
Public propertyDefault
Gets or sets the default.
Public propertyDefaultObject
Gets or sets the default value as object (performs internal cast)
Public propertyDescription
Gets or sets the human readable description of parameter.
Public propertyMax
Gets or sets the maximum.
Public propertyMaxObject
Gets or sets the maximum value as object (performs internal cast)
Public propertyMin
Gets or sets the minimum.
Public propertyMinObject
Gets or sets the minimum value as object (performs internal cast)
Public propertyName
Gets or sets the name of the parameter.
Public propertyValue
Gets or sets the value.
Public propertyValueObject
Gets or sets the value as object (performs internal cast)
Public propertyValueType
Gets the type of the value.
Top
See Also