%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
CopyObjects Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : CopyObjects Method
entities
Returns an array with clone of the objects inside passed entities collection

Syntax

JScript 
public function CopyObjects( 
   entities : Object
) : Object;

Parameters

entities

Remarks

passed entities must belong in the active layout Entities collection. The return entities are taking a new handle and added at the end of the active layout entities collection

See Also