For internal use only. Not for customer use.

Creates and attaches a GwxDynamic derived object of the specified type for each of the specified GwxDependencyObjects.

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

Syntax

C#
public GwxDynamic[] CreateDynamics(
	Type dynamicType,
	ICollection targetObjects,
	bool invokeEditUI
)
Visual Basic
Public Function CreateDynamics ( _
	dynamicType As Type, _
	targetObjects As ICollection, _
	invokeEditUI As Boolean _
) As GwxDynamic()
JScript
public function CreateDynamics(
	dynamicType : Type, 
	targetObjects : ICollection, 
	invokeEditUI : boolean
) : GwxDynamic[]

Parameters

dynamicType
Type: System..::..Type
The GwxDynamic derived type to create.
targetObjects
Type: System.Collections..::..ICollection
The list of GwxDependencyObjects with which to associate the new GwxDynamics.
invokeEditUI
Type: System..::..Boolean
True to start the on-screen edit user-interface for the new dynamic (if available).

Return Value

A list of the newly created GwxDynamic objects, or null if unable to create the new dynamics.

See Also