Source: dataset/rate/rate_dataset__init.pro
rate_dataset::init Constructor for a rate dataset instance. Usage: dsid = obj_new('rate_dataset', top[, name=name]) Argument: top objref The object id of the the hs_container. Keyword: name string The name for the dataset. menu If set, then start up a gui to define the DS properties. group long A widget group leader for use by the menu. inherit objref Another dataset whose global properties are to be copied to this one. History: Original: 16/11/99; SJT Simplified: 9/12/99; SJT Added inherit keyword: 18/2/00; SJT Added top argument: 14/3/00; SJT