Search
Arrow.Clone Method
See Also
 



Creates a copy of this arrow.

 Syntax

VB6  Copy Code

Public Function Clone () As Arrow

C++  Copy Code

public:
Arrow* Clone ()

 Return Value

An instance of the Arrow class representing the newly created object.

 Remarks

Creates a new arrow that has the same attributes as this arrow. The copy is not connected to any node; to connect it to some nodes, set its Origin and Destination properties.

 See Also