SRGScope structure

struct {
	int nMinIndex;
	int nMaxIndex;
	int nMinGroup;
	int nMaxGroup;
} SRGScope;
Structure containing the range of data items on which a component is to act (A -1 in any field indicates that all the available data items in that direction should be used.)

Defined in: Ochart.h

Members

nMinIndex

Lowest index to use

nMaxIndex

Highest index to use

nMinGroup

Lowest group to use

nMaxGroup

Highest group to use