Click or drag to resize

RosDynamicConfigParameterTMinObject Property

Gets or sets the minimum value as object (performs internal cast)

Namespace:  Rubedos.Viper.Net.DynamicReconfigure
Assembly:  Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntax
C#
public Object MinObject { get; set; }

Property Value

Type: Object
The minimum object.

Implements

IDynamicConfigParameterMinObject
See Also