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