Add a function to the internal collection of functions associated with this event.

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

Syntax

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

Parameters

functionCode
Type: System..::.String
The identifier of the new function.

Return Value

The new CFunction object.

See Also