db_total_points()

Returns an integer, the total number of points for a shape.

Syntax:

db_total_points(pointHandle);

where

pointHandle is the handle to the first point in a list of points, as returned from db_first_point().

Example:
decl dgHandle, pntHandle, totalPoints;
pntHandle = db_first_point (dgHandle);
totalPoints = db_total_points (pntHandle);
Where Used:

Schematic, Layout

 

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

Contents
Additional Resources