ddMapGetToolNameViewType
ddMapGetToolNameViewType(t_toolName) =>t_viewTypeName/ nil
Description
Returns the name of the first view type in the registry which is associated with t_toolName.
Arguments
Value Returned
Examples
ddMapGetToolNameViewType( "Composer-Schematic" )
=> "schematic"
Return to top