techGetCellViewSiteDefs
techGetCellViewSiteDefs(d_cellviewID) =>l_siteDefIDs/ nil
Description
Returns a list of database identifiers of the site definitions used in the rows of the given cellview in the specified technology database.
Arguments
Value Returned
|
The database identifiers of the site definitions used in the cellview |
|
|
The technology database does not exist or no site definitions are used by the cellview. |
Example
cvID = deGetCellView()
db:0x01d0800d
Returns the database identifier for the current cellview and assigns it to the variable cvID.
techGetCellViewSiteDefs( cvID )
(db:0x017b8f0c db:0x017b8f0d)
Returns the database identifiers for the site definitions for the current cellview.
Return to top