Description
Read-only, whe used with the Keyword object. Read-write, when used with the ColumnSolutionRow, Zone, Solution, or Line object.
Returns a Rectangle object containing the coordinates of the ASCII data represented by the given object.
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
Syntax
object.Area
Parameters
Object is a reference to a ColumnSolutionRow, Zone, Keyword, Solution, or Line object. For more information, see ColumnSolutionRow Object (page ColumnSolutionRow Object), Zone Object (page Zone Object), Keyword Object (page Keyword Object), Solution Object, or Line Object (page Line Object).
Area is the command.
Example
Set r = Zone1.Area
Set Zone2.Area = r‘ set zone 2 to have same area as zone 1