SRGraph::SetComponentMaxGroup

void SRGraph::SetComponentMaxGroup(int nComponent, int group, UINT Type)

Allows access to component data ranges via this graph

Defined in: SRGraph.cpp

Parameters

nComponent

Count of the component

group

Group to be set as the maximum operational group

Type

Type of component

Remarks

This function delegates the actual setting of the components data span to the component specified by type and number.
Primarily used for automatic updates via the ComDoc system

See also...

SRGraphComponent::SetMaxGroup GetComponent