OPC Labs Base Library
FindByInt32Value Method
OpcLabs_BaseLib ActiveX DLL > EnumerationDataType Collection : FindByInt32Value Method

Description
Finds an enumeration member by its value, given as 32-bit signed integer.

 

DISPID (Dispatch ID):

 

For more information, see FindByInt32Value in .NET Reference.

Syntax
Visual Basic
Public Function FindByInt32Value( _
   ByVal value As Long _
) As EnumerationMember
Parameters
value

Return Type

See FindByInt32Value in .NET Reference.

Remarks

For remarks, see FindByInt32Value in .NET Reference.

Example

For examples, see FindByInt32Value in .NET Reference.

See Also

EnumerationDataType Collection  | EnumerationDataType Members