[This is preliminary documentation and is subject to change.]
Initializes a new instance of the XplComplexfunctioncall class.

C# | Visual Basic | Visual C++ |
public XplComplexfunctioncall( bool n_indexer, bool n_donotrender, bool n_evaluate, bool n_ignoreforsubprogram, XplExpression n_l, XplCexpression n_ce, XplFunctionBody n_fbk )
Public Sub New ( _ n_indexer As Boolean, _ n_donotrender As Boolean, _ n_evaluate As Boolean, _ n_ignoreforsubprogram As Boolean, _ n_l As XplExpression, _ n_ce As XplCexpression, _ n_fbk As XplFunctionBody _ )
public: XplComplexfunctioncall( bool n_indexer, bool n_donotrender, bool n_evaluate, bool n_ignoreforsubprogram, XplExpression^ n_l, XplCexpression^ n_ce, XplFunctionBody^ n_fbk )

- n_indexer (Boolean)
[Missing <param> documentation for "n_indexer"]
- n_donotrender (Boolean)
[Missing <param> documentation for "n_donotrender"]
- n_evaluate (Boolean)
[Missing <param> documentation for "n_evaluate"]
- n_ignoreforsubprogram (Boolean)
[Missing <param> documentation for "n_ignoreforsubprogram"]
- n_l (XplExpression)
[Missing <param> documentation for "n_l"]
- n_ce (XplCexpression)
[Missing <param> documentation for "n_ce"]
- n_fbk (XplFunctionBody)
[Missing <param> documentation for "n_fbk"]