XLL+ Class Library (7.0)

Settings.DefaultMatrixContainer

Template class used in C++ for the targets of matrix arguments.

Remarks

For each matrix argument to an add-in function, a local container variable is declared, and the input is copied into it after validation. If the argument's container class property is set, then the container will be of the type specifed by the property. However, if the argument's container class property is left empty (the default), then the container class used will be that specified by DefaultMatrixContainer.

If DefaultMatrixContainer is empty, then a default type, ple::mtx_ptrs, will be used.

Effects

Changing this property does not automatically change the code of arguments whose container class property is empty; if you wish to apply the new default matrix container to an argument, you should regenerate the code for the add-in function.

See Also

Settings Model | Settings Properties | Argument container class