db_segment_to_points()

Allocates and returns a handle to a list of points owned by a segment. After using this function, the point list must be freed with db_free_points().

Syntax:

db_segment_to_points(segHandle);

where

segHandle is a handle to a segment.

Example:
decl pnts;
decl segHandle;
pnts = db_segment_to_points(segHandle);
Where Used:

Schematic, Layout

 

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

Contents
Additional Resources