<mandatory> Angles enclose mandatory parameters.[optional] Brackets enclose optional parameters.
(group) Parentheses group together parameters.
(group)... An ellipsis after a group indicates that you can repeat the group of parameters one or more times.
a | b Vertical bars separate alternative parameters from which you must choose a single parameter.
Commands are case insensitive.
Some commands require you to enter an argument to the command or to specify a variable to hold a result. Variables and arguments in the command descriptions are followed by a backslash and a letter to indicate their type:/i Integer: Whole numbers, positive or negative.
i.e., -2, -1, 0, 1, 2, 3\
/d Decimal: Any number.
i.e., 1.25, -13.789
/s String: Text. You can break text into lines by typing \\n. i.e., "My text", "More than one\\nline."
/v Variable: Used to hold a single result.
/a Array: A stem variable used to hold multiple results.
These still need to be integrated into the command documentation. ADDPOINT, CLOSEPATH, SELECTPOINT, CREATEPOINT, EDITPOINT, DELETEPOINT,
MOVEPOINT, NUDGEPOINT, SPLITPOINT work on TextObject TextFX Paths,
Drawing Masks, EPS Masks, and Picture Masks now.
...RULEABOVE | RULEBELOW] added to fill routines to set paragraph rules above
and below attributes using:
FILLED, STROKED, SETSTROKESTYLE, SETFPATTERNSTYLE, SETCOLORSTYLE,
SETSTROKECOUNT, SETSTROKE, SETSTROKEWEIGHT, SETSTROKEJOIN, SETSTROKEBEGIN,
SETSTROKEEND, SETSTROKECAP, SETSTROKEOFFSET, SETFILL, SETFPATTERN,
SETCOLORCOUNT, SETCOLOR, SETCOLORTINT, SETSCREEN
OBJECTID objectid] and added to object drawing and selecting commands for layers.