OperatingSystems Enumerator
Description
Defines the various operating systems that a script or add-in can run on.Defined in namespace "adsk::core" and the header file is <Core\CoreTypeDefs.h>
Methods
Name | Value | Description |
MacOperatingSystem | 1 | Specifies the script or add-in will only run on Mac. |
WindowsAndMacOperatingSystem | 2 | Specifies the script or add-in will run on Windows and Mac. |
WindowsOperatingSystem | 0 | Specifies the script or add-in will only run on Windows. |