ddMapGetViewTypeList
ddMapGetViewTypeList(
)
=> l_list
Description
Returns a list of names of view types defined in the registry, in alphabetical order. If a data type in the registry has a dfII_viewType property defined, the value of that property will be in the list. Otherwise, the data type name will be in the list.
Arguments
Value Returned
Examples
ddMapGetViewTypeList( ) => ( "ConceptSchematic" ... "vhdl" )
Return to top