[]
Gets a user-defined function from the model.
FunctionInfo GetCustomFunction(string name)
Function GetCustomFunction(name As String) As FunctionInfo
| Type | Name | Description |
|---|---|---|
| string | name | Name of function |
| Type | Description |
|---|---|
| FunctionInfo | A user-defined function from the model. |