VariableCollection.Add(Object, Object) Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > VariableCollection Class > VariableCollection Methods > Add Method >

VariableCollection.Add(Object, Object) Method

BR.AN.PviServices .NET


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

);

Parameters

key

The key to be used.

value

The variable object to be add.

See Also

VariableCollection Class | BR.AN.PviServices Namespace | VariableCollection.Add Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]