Gets the group name of the indicator.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
string GetGroupName()
Visual Basic (Declaration)
Function GetGroupName As String
Visual C++
String^ GetGroupName()

Return Value

string containing the group name of the indicator.

Remarks

The group name is optional, however, if specified the indicator will be grouped under this name. If the name does not exist, it will be created as a top level node in the indicator tree.

See Also