APGen Documentation Previous Topic: APGScript.OnError Next Topic: APGScript.Output Parent Topic: APGScript Object    APGScript Object
APGScript.APGen
See Also:

The APGScript.APGen property returns a reference to the script's parent APGen object.

Syntax

VBScript:

oAPGScript.APGen[.property|method]

JScript:

oAPGScript.APGen[.property|method];

Objects

oAPGScript An APGScript object.
APGen The APGScript's parent APGen object.

Notes

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.

Applies To

APGScript Object