Specifies a set of line segments to use as a path. The first point defines the path's starting point. This method can be used or modified only when the path is stopped.
Syntax
HTML <PARAM NAME="Shape" VALUE=" PolyLine
( npoints, [ x1, y1, ..., xN, yN ] ) ">Scripting PolyLineArray=Array( x1, y1, ..., xN, yN )
pathObj.PolyLine ( npoints, PolyLineArray )
Parameters
Example
Right-click inside the frame and select View Source to see the HTML code for the PolyLine method example.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.