Creates a copy of this arrow.
SyntaxVB6
Copy Code
|
|---|
Public Function Clone () As Arrow |
C++
Copy Code
|
|---|
public: |
An instance of the Arrow class representing the newly created object.
RemarksCreates 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