Select all objects of a given type

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

Syntax

C#
public void SelectAllOfType(
	Object referenceObject
)
Visual Basic
Public Sub SelectAllOfType ( _
	referenceObject As Object _
)
JScript
public function SelectAllOfType(
	referenceObject : Object
)

Parameters

referenceObject
Type: System..::..Object
the object to use as a reference for determining the type

See Also