deGetAllRootTypes
deGetAllRootTypes(
)
=> l_rootTypes / nil
Description
Returns a list of all currently registered root view types.
Arguments
Value Returned
Examples
deGetAllRootTypes()
Returns ("graphic" "maskLayout" "schematic").
"TimingAnalysis" is not in the list because it is a subtype of "schematic".
Return to top