cphSbDisplaySoftBlockAttributes
cphSbDisplaySoftBlockAttributes(
g_cphId
l_PhysLCV | g_sbId
)
=> t / nil
Description
Displays the block type, type, inherited view list, and stop view list attributes of the specified soft block.
Arguments
Value Returned
|
Displays the soft block Physical LCV, logical LCV, block type, type, inherited view list, and stop view list of the soft block that corresponds to the specified soft block ID. |
|
Examples
cphSbDisplaySoftBlockAttributes(cphId sbId)
cphSbDisplaySoftBlockAttributes(cphId list("design" "block" "layout"))
Return to top