Set the dynamic variable at the given path to the given value, expressed
as a string in CSV style.
Namespace: StreamBase.SB.ClientAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 11.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void SetDynamicVariable( string dynamicVariablePath, string value )
Public Sub SetDynamicVariable ( _ dynamicVariablePath As String, _ value As String _ )
public: void SetDynamicVariable( String^ dynamicVariablePath, String^ value )
Parameters
- dynamicVariablePath
- String
- value
- String
Exceptions
Exception | Condition |
---|---|
StreamBase.SB..::..StreamBaseException | if the dynamic variable does not exist, or the value is not appropriate for setting the dynamic variable |