VariableCollection.Add(Variable) Method

<< 点击显示目录 >>

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

VariableCollection.Add(Variable) Method

BR.AN.PviServices .NET


Adds an object of type Variable to this instance.

[Visual Basic]

Public Overridable Overloads Sub Add( _

  ByVal variable As Variable _

)

[C#]

public virtual void Add(

  Variable variable

);

Parameters

variable

Variable object

See Also

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


Generated from assembly BR.AN.PviServices [8.1.0.4]