VariableCollection.Remove(String) Method

<< 点击显示目录 >>

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

VariableCollection.Remove(String) Method

BR.AN.PviServices .NET


Removes a variable object from the collection given the variable name.

[Visual Basic]

Public Overrides Overloads Sub Remove( _

  ByVal key As String _

)

[C#]

public override void Remove(

  string key

);

Parameters

key

The name of the variable.

See Also

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


Generated from assembly BR.AN.PviServices [8.1.0.4]