Source: dataset/pad/pad_dataset__init.pro
pad_dataset::init
Constructor method for a PAD dataset.
Usage:
dsref = obj_new("PAD_DATASET", top, name=name, menu=menu, $
group=group, inherit=inherit)
Argument:
top objref The object id of the the hs_container.
Keywords:
name string A mnemonic name for the dataset.
menu If set, then use the menu to define the
dataset properties.
group long If the menu is used, then the widget ID of a
group leader for the menu.
inherit objref An object reference to an existing dataset
whose properties are to be used to initialise
this one.
History:
Original: 22/2/00; SJT
Added top argument: 14/3/00; SJT