XLL+ Class Library (7.0)

Function.CppNameResolved

The name of the function as it will appear in C++

Remarks

This read-only property is calculated from the function's CppName property, if it is set, or, if it is not, from the function's ExportedName. It is used as the root of the names of the wrapper and implementation functions in C++.

CppNameResolved should be used instead of ExportedName as part of a safe name for a script-generated variable.

See Also

Function Model | Function Properties | ExportedName property