EnumArray.EnumName Method

<< 点击显示目录 >>

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

EnumArray.EnumName Method

BR.AN.PviServices .NET


Get the name for a specified value.

[Visual Basic]

Public Sub EnumName( _

  ByVal value As Object _

)

[C#]

public string EnumName(

  object value

);

Parameters

value

The value to search for.

Return Value

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

See Also

EnumArray Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]