7.5

Table Of Contents
SetDash(procedure)
Set the properties of a dashed line. Any drawing done after setdash() draws dashed instead of solid lines. You can revert to
solid lines by calling setdash() with an empty array as a parameter.
Syntax
setdash( [dashlength, spacelength] )
Argument
dash
Measure value specifying the length, in inches, of each of the dashes in the dashed line.
space
Measure value specifying the length, in inches, of the space between each of the dashes in the dashed line.
Code Sample Examples
These examples illustrate setdash().
Example 1
setdash( [0.5,0.3] )
Example 2
setdash( [] )
SetDataPage(procedure)
Specify the data page of the sample data file.
Syntax
setdatapage( pagenum )
Argument
pagenum
Integer value representing the page number of the data page.
SetEmailAddress (procedure)
Defines an email address for PlanetPress Image.
©2010 Objectif Lune Inc - 443 -