Duplicates the selected objects.

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

Syntax

C#
public GwxDependencyObject[] DuplicateSelectedObjects()
Visual Basic
Public Function DuplicateSelectedObjects As GwxDependencyObject()
JScript
public function DuplicateSelectedObjects() : GwxDependencyObject[]

Return Value

A list of the new duplicate objects if successful, null if the duplicate operation failed.

See Also