deGetAllViewTypes
deGetAllViewTypes(
)
=> l_viewTypes / nil
Description
Returns a list of all fully registered view types and view sub types. Any view sub type for which some parent has not been registered will not appear in this list.
Arguments
Value Returned
Examples
deGetAllViewTypes()
Returns ("graphic" "maskLayout" "schematic" "TimingAnalysis").
Return to top