Gets the object-level local aliases currently defined for the specified visual object.

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

Syntax

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

Parameters

visualObject
Type: System.Windows..::..DependencyObject
A 2D or 3D visual object.

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