Creates a new GwxSelectorBase derived dynamic using the currently selected objects.

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

Syntax

C#
public GwxSelectorBase CreateSelectorDynamic(
	Type dynamicType
)
Visual Basic
Public Function CreateSelectorDynamic ( _
	dynamicType As Type _
) As GwxSelectorBase
JScript
public function CreateSelectorDynamic(
	dynamicType : Type
) : GwxSelectorBase

Parameters

dynamicType
Type: System..::..Type
A type derived from GwxSelectorBase

Return Value

The newly created dynamic.

See Also