Add a function to the internal collection of functions associated
with this event.
Namespace: Asi.iBO.EventsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public CFunction NewFunction( string functionCode ) |
| Visual Basic |
|---|
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.