Gets the local aliases currently defined in this display.

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

Syntax

C#
public IDictionary GetLocalAliases()
Visual Basic
Public Function GetLocalAliases As IDictionary
JScript
public function GetLocalAliases() : IDictionary

Return Value

A dictionary containing the local aliases defined in this display, where the dictionary key is an alias name and the dictionary value is the value that the alias name resolves to. If there are no aliases defined in the display, an empty dictionary is returned.

See Also