EnumArray.Item Property

<< 点击显示目录 >>

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

EnumArray.Item Property

BR.AN.PviServices .NET


Gets the enum for the specified index.

[Visual Basic]

Public ReadOnly Property Item( _

  ByVal index As Integer _

) As EnumBase

  Public Get

  End Get

End Property

[C#]

public EnumBase this[

  int index

] { public get; }

Parameters

index

The numeric index.

See Also

EnumArray Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]