Click or drag to resize

DeviceConfigManagerSetParameterValue Method

Sets specified parameter of dynamic reconfigure

Namespace:  Rubedos.Viper.Net
Assembly:  Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntax
C#
public void SetParameterValue(
	string configurableNode,
	string parameter,
	Object value
)

Parameters

configurableNode
Type: SystemString
The name of the node that needs to be configured
parameter
Type: SystemString
barameter name
value
Type: SystemObject
value
See Also