de_add_path()

Starts a path command sequence. Adds a path to the current representation. Returns a handle to the data group shape that was just created.

See also: de_add_trace(), de_add_point(), de_end().

Syntax:

de_add_path();

Example:
de_add_path();
de_add_point(10, 20);
de_add_point(30, 40);
de_end();
// Or to capture the data group handle
de_add_path();
de_add_point(10, 20);
de_add_point(30, 40);
decl dgHandle = de_end();

Where Used:

Schematic, Layout

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources