cleIsLayerBasedPartition
cleIsLayerBasedPartition(
d_cellViewID
t_name
)
=> t / nil
Description
Checks whether the specified Concurrent Layout design partition is defined by a layer range.
Arguments
|
Database ID of the cellview in which the design partition you want to check is defined. |
|
Value Returned
|
The specified design partition is a layer-based design partition. |
|
|
The specified design partition is not a layer-based design partition. |
Examples
Confirms that the design partition cle_p1 is a layer-based design partition.
cleIsLayerBasedPartition(cvId "cle_p1")
=> t
Return to top