GridGetVarids

GridGetVarids returns a list of all variables displayed in the data browser grid.

varids = GridGetVarids()

Return Value

varids is a vector with variable ID’s or -1 for global attributes or -2 for an error. varids start with 0.

Comment

All functions starting with Grid access the data browser. If the browser dialog isn’t open, these functions return an invalid value.

id-636084