dbSearchPropByName
dbSearchPropByName(d_object t_name) =>d_propId/ nil
Description
Searches for the specified property.
The function uses the following search rules:
- If the given ID is an instance, the function looks for the specified property on the instance first, then on the instance’s parent cellview bag, then on the cell bag and/or the library bag.
- If the given ID is a cellview, the function looks for the specified property on the cellview first, then on the cellview bag, then on the cell bag and/or the library bag.
- If the given ID is a ddId, the function searches its bag first, then the bag at the next-higher level, up to and including the library-level bag.
- If the given ID is a bagId, the function searches the given bag first, then the bag at the next-higher level, up to and including the library bag.
Arguments
|
Database object for which the given list of properties will be replaced. |
|
Value Returned
Related Topics
Property Creation and Modification Functions
Return to top