<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Variable Class > Variable Methods > Variable.GetMemberArrayLength Method |
Call this member to get the array length of this instance.
[Visual Basic]
Public Sub GetMemberArrayLength( _
ByVal name As String _
)
[C#]
public int GetMemberArrayLength(
string name
);
name
The name of the struct member for which to get the data type.
The array length for the specified struct member. If the runtime object is not initilized this method call will return 0.
Variable Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]