Description
Read-write. Overrides the Use Manually Roped Area option in the Verification Settings | Options Tab which determines whether the manually roped zone area is maintained or reset when switching between zones.
Applicable Events
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application, Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify, ZoneLink
Syntax
object.UseManuallyRopedArea [ = bInFlag ]
Parameters
Object is a reference to the Application object. For more information, see Application Object (page Application Object).
UseManuallyRopedArea is the command.
bInFlag is the boolean value indicating whether the manually roped zone area is maintained or reset. TRUE indicates the previously roped area should be maintained when moving from one zone to another. FALSE indicates the zone settings should be used.
Example
If not Application.UseManuallyRopedArea then
Application.UseManuallyRopedArea = TRUE ‘Turn on Use Manually Roped Area option if it is off