ProgrammingLanguages Enumerator
Description
Defines the various languages supported for Fusion scripts and add-ins.Defined in namespace "adsk::core" and the header file is <Core\CoreTypeDefs.h>
Methods
Name | Value | Description |
CPPProgramminglanguage | 2 | Specifies a script or add-in written using the C++ programming language. |
PromptForLanguage | 0 | Used with the APIPreferences object to specify the user should be prompted when creating a new script or add-in. |
PythonProgrammingLanguage | 1 | Specifies a script or add-in written using the Python programming language. |