<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Variable Class > Variable Constructor > Variable Constructor |
Initializes a new instance of the variable class to create a member object. This instance will be automatically added to the parents MemberCollection.
[Visual Basic]
Public Overloads Sub New( _
ByVal variable As Variable, _
ByVal name As String, _
ByVal addToVColls As Boolean _
)
[C#]
Variable variable,
string name,
bool addToVColls
);
variable
Existing variable object of type structure
name
Structure member name
addToVColls
Indicates wheter this is a PviServices variable member only or not. If addToVColls is set to true this object is accessable through the variable and also through the Variables collections.
Variable Class | BR.AN.PviServices Namespace | Variable Constructor Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]