<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > EnumArray Class > EnumArray Methods > EnumArray.EnumValue Method |
Get the value for a specified name.
[Visual Basic]
Public Sub EnumValue( _
ByVal name As String _
)
[C#]
public object EnumValue(
string name
);
name
The name to search for.
The value for this enum name. NULL if the name is invalid.
EnumArray Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]