Returns the DataRange associated to a GdxGroup

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public DataRange GetRange(
	GdxGroup group
)
Visual Basic
Public Function GetRange ( _
	group As GdxGroup _
) As DataRange
JScript
public function GetRange(
	group : GdxGroup
) : DataRange

Parameters

group
Type: Ico.Gdx..::..GdxGroup
The GdxGroup containing the range

Exceptions

ExceptionCondition
System..::..InvalidOperationException The GdxGroup should be defined in the Groups list

See Also