db_next_property()

Returns a handle to the next property in a property list, given a handle to any property in the list; NULL if end of the list.

Syntax:

db_next_property( propertyHandle);

where

propertyHandle is the property handle, returned from a function such as db_first_property(), db_next_property().

Example:
decl propHandle;
propHandle =  db_get_instance_attribute(instHandle, INST_PROPERTY);
while( propHandle )
{
    // do something with it
    propHandle = db_next_property(propHandle);
}
Where Used:

Schematic, Layout

 

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

Contents
Additional Resources