Selects all objects in the CurrentParent that have the specified Type.

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

Syntax

C#
public void SelectAllObjects(
	Type type
)
Visual Basic
Public Sub SelectAllObjects ( _
	type As Type _
)
JScript
public function SelectAllObjects(
	type : Type
)

Parameters

type
Type: System..::..Type
The Type of the objects to select.

See Also