Variable.Item Property

<< 点击显示目录 >>

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

Variable.Item Property

BR.AN.PviServices .NET


Gets an array element of type variable.

[Visual Basic]

Public Overloads ReadOnly Property Item( _

  ByVal index As Integer _

) As Variable

  Public Get

  End Get

End Property

[C#]

public Variable this[

  int index

] { public get; }

Parameters

index

The numeric index.

See Also

Variable Class | BR.AN.PviServices Namespace | Variable.Item Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]