Arbortext IsoDraw > Macro Language Reference > 3D and User Interaction Commands > Further Macro Commands > System Access
  
System Access
Applies to Arbortext IsoDraw 7.1 F000 and later:
Access the system environment of the running application.
sys.os.name
Returns the name of the operating system the application is running on as string: "Windows 10" (starting with Arbortext IsoDraw 7.1 M010) or "Unknown". This property is read only.
MESSAGE sys.os.name
sys.os.is64bit
Applies to Arbortext IsoDraw 7.1 M010 and later:
Returns true as boolean if the application is running on a 64-bit version of the operating system.
MESSAGE sys.os.is64bit
sys.user.name
Returns the name of the user running the application as string. This property is read only.
MESSAGE sys.user.name
sys.computer.name
Returns the name of the computer the application is running on as string. This property is read only.
MESSAGE sys.computer.name
sys.clipboard.text
Reads or writes the content of the operating system’s clipboard as string. The maximum string length is 1024 characters.
MESSAGE sys.clipboard.text