Look up and return a CFunction object given a functionCode.
Namespace:
Asi.iBO.EventsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public CFunction GetFunctionByCode( string functionCode ) |
| Visual Basic (Declaration) |
|---|
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.