cleGetCurrentPartition
cleGetCurrentPartition(d_cellViewID) =>t_partitionName/ nil
Description
Retrieves the name of the Concurrent Layout design partition in which you are currently editing.
Arguments
|
Database ID of the cellview from which you want to retrieve the name of the design partition in which you are currently editing. |
||
Value Returned
|
Name of the design partition in which you are currently editing. |
|
Examples
Indicates that the cellview cvId is open in the Concurrent Layout designer mode and you are currently editing in the design partition cle_p1.
cleGetCurrentPartition(cvId)
=> "cle_p1"
Return to top