%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
cloneEntity Method
See Also 
vdWebLibrary Namespace > vdConst Class : cloneEntity Method
entity
An object to take a clone
Returns a new created object as clone to the passed one.

Syntax

JScript 
public function cloneEntity( 
   entity : Object
) : Object;

Parameters

entity
An object to take a clone

Return Value

A new created object as clone to the passed one.

See Also