Variable.GetMemberArrayLength Method

<< 点击显示目录 >>

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

Variable.GetMemberArrayLength Method

BR.AN.PviServices .NET


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

);

Parameters

name

The name of the struct member for which to get the data type.

Return Value

The array length for the specified struct member. If the runtime object is not initilized this method call will return 0.

See Also

Variable Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]