Function Constructor

<< 点击显示目录 >>

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

Function Constructor

BR.AN.PviServices .NET


Initializes a new instance of the Function class.

[Visual Basic]

Public Sub New( _

  ByVal library As Library, _

  ByVal name As String _

)

[C#]

Function(

  Library library,

  string name

);

Parameters

library

The reference to the library.

name

The name of the function.

See Also

Function Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]