[This is preliminary documentation and is subject to change.]
Render a function call exp.

C# | Visual Basic | Visual C++ |
protected override string renderFunctionCallExp( XplFunctioncall fcallExp, string leftExpStr, string argsStr, bool useBrackets, ExtendedZOEProcessor..::.EZOEContext context )
Protected Overrides Function renderFunctionCallExp ( _ fcallExp As XplFunctioncall, _ leftExpStr As String, _ argsStr As String, _ useBrackets As Boolean, _ context As ExtendedZOEProcessor..::.EZOEContext _ ) As String
protected: virtual String^ renderFunctionCallExp( XplFunctioncall^ fcallExp, String^ leftExpStr, String^ argsStr, bool useBrackets, ExtendedZOEProcessor..::.EZOEContext context ) override

- fcallExp (XplFunctioncall)
- The fcall exp.
- leftExpStr (String)
- The left exp STR.
- argsStr (String)
- The args STR.
- useBrackets (Boolean)
- if set to true [use brackets].
- context (ExtendedZOEProcessor..::.EZOEContext)
- The context.

A string with the rendered item.