EnumArray.EnumValue Method

<< 点击显示目录 >>

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

EnumArray.EnumValue Method

BR.AN.PviServices .NET


Get the value for a specified name.

[Visual Basic]

Public Sub EnumValue( _

  ByVal name As String _

)

[C#]

public object EnumValue(

  string name

);

Parameters

name

The name to search for.

Return Value

The value for this enum name. NULL if the name is invalid.

See Also

EnumArray Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]