db_find_property()

Returns a handle to the first property in a property list with a matching name, given a handle to any property in the list, and a property name.

Syntax:

db_find_property( propertyHandle, propertyName);

where

propertyHandle is the property handle, as returned from any db_get_xxxx_attribute() function.

propertyName is the name of a property; supplied when the property was created.

Example:
decl propHandle;
propHandle =  db_find_property( propHandle, "myproperty" );
Where Used:

Schematic, Layout

 

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

Contents
Additional Resources