<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > VariableCollection Class > VariableCollection Methods > Add Method > VariableCollection.Add(Object, Object) Method |
Adds an object of type Variable to this instance.
[Visual Basic]
Public Overrides Overloads Sub Add( _
ByVal key As Object, _
ByVal value As Object _
)
[C#]
public override void Add(
object key,
object value
);
key
The key to be used.
value
The variable object to be add.
VariableCollection Class | BR.AN.PviServices Namespace | VariableCollection.Add Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]