Gets the current global alias value settings for this Viewer control.

Namespace: Ico.Gwx
Assembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string GetGlobalAliases()
Visual Basic
Public Function GetGlobalAliases As String
JScript
public final function GetGlobalAliases() : String

Return Value

A string representing the currently set global aliases.

Implements

IGwxControlGetGlobalAliases()()()()

See Also