Script.manifestContent Property
Parent Object: ScriptDefined in namespace "adsk::core" and the header file is <Core/Application/Script.h>
Description
Gets the full contents of the manifest file associated with this script or add-in. This is particularly useful if you have any custom information defined in the manifest. The manifest file uses JSON to format its content.
Syntax
"script_var" is a variable referencing a Script object.
|