cdfGetCellCDF
cdfGetCellCDF(g_cellId) => g_cdfDataId/ nil
Description
Returns the effective CDF description attached to a cell. If neither a base- nor user-level CDF description is defined for the cell or its library, it returns nil. The resulting CDF description represents the overlay of the user-level cell CDF on the base-level cell CDF on the user-level library CDF on the base-level library CDF.
Arguments
|
Specifies the ID of the cell for which you want to view the base-level CDF description. |
Value Returned
|
The database object that represents the CDF description for the component. |
|
|
When a base or user-level CDF description is not defined for the specified cell or its library. |
Return to top