Script.iconFilename Property
Parent Object: ScriptDefined in namespace "adsk::core" and the header file is <Core/Application/Script.h>
Description
Returns the filename of the image file that can be used as the icon for this script or add-in. This filename is defined in the manifest of the script or add-in using the "iconFilename" setting.
Syntax
"script_var" is a variable referencing a Script object.
|