ModuleCollection.GetItem Method

<< 点击显示目录 >>

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

ModuleCollection.GetItem Method

BR.AN.PviServices .NET


Gtes the item given an numeric index.

[Visual Basic]

Public Overridable Sub GetItem( _

  ByVal index As Integer _

)

[C#]

public virtual Module GetItem(

  int index

);

Parameters

index

Numeric index.

Return Value

The module object if the idex is valid.

See Also

ModuleCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]