db_next_dg()
Returns a handle to the next data group (shape or text) belonging to a given mask; NULL if end of the list.
Syntax:
db_next_dg(prevDG);
where
prevDG is a data group handle as returned from this function or db_first_dg().
Example:
decl dgHandle, instHandle;
decl maskHandle;
dgHandle = db_first_dg(maskHandle);
while (dgHandle)
{
dgHandle = db_next_dg(dgHandle);
}
Download Example File:
The following link(s) lead to the Agilent EEsof EDA Knowledge center website. You will need to register at this site with a valid support contract to download an example file.
Get Path Info
Modify Circle Resolution
Polylines to Polygons
Where Used:
Schematic, Layout
Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()