|
APGScript Object |
|
See Also: |
The APGScript.APGen property returns a reference to the script's parent APGen object.
VBScript:
JScript:
| oAPGScript | An APGScript object. |
| APGen | The APGScript's parent APGen object. |
This property provides external access to the APG script's parent APGen object. See the APGen object topic for details on the properties and methods it exposes.
This can be used to set global properties or values across all sibling APG scripts.
The parent APGen object is the APGen object used to open and run oAPGScript. It is also exposed as the APGen intrinsic object to the script.