Look up and return a CFunction object given a functionCode.

Namespace: Asi.iBO.Events
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public CFunction GetFunctionByCode(
	string functionCode
)
Visual Basic
Public Function GetFunctionByCode ( _
	functionCode As String _
) As CFunction
Visual C++
public:
CFunction^ GetFunctionByCode(
	String^ functionCode
)

Parameters

functionCode
Type: System..::..String
The function code for the desired CFunction.

Return Value

The CFunction object with the given function code; or null if no such function is found.

See Also