mptGetUpToDateDesigns
mptGetUpToDateDesigns(d_cellViewID) =>l_upToDate/ nil
Description
Returns a list of the cellviews in the hierarchy for which the color information is up to date.
Argument
Values Returned
|
The list of cellviews, represented as database IDs, with color information that is up to date. |
|
|
None of the cellviews for this design has up-to-date color information. |
Example
mptGetUpToDateDesigns( geGetEditCellView() )
(db:0x2d54ca9a db:2d54971a)
Returns the list of cellviews in the hierarchy that have up-to-date color information.
Related Topic
Return to top