Gets a list of visual GwxDependencyObjects in the display with the specified name.

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

Syntax

C#
public GwxDependencyObject[] GetObjectsByName(
	string name
)
Visual Basic
Public Function GetObjectsByName ( _
	name As String _
) As GwxDependencyObject()
JScript
public function GetObjectsByName(
	name : String
) : GwxDependencyObject[]

Parameters

name
Type: System..::..String
The name of the GwxDependencyObjects to get (may include wildcards). This can also be a comma-separated list of names to find.

Return Value

A list of GwxDependencyObjects if found, otherwise an empty list.

Remarks

If multiple objects match the specified wildcard name, all matching objects are returned.

See Also