Click or drag to resize

ConfigNodeAddedEventArgsNewNode Property

Gets or sets the new node.

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 RosNodeConfiguration NewNode { get; set; }

Property Value

Type: RosNodeConfiguration
The new node.
See Also