Object Model Reference : Classes : N : NodeRange : Methods : NodeRange.Delete |
Sub Delete()
Member of NodeRange
The Delete method removes all nodes in a node range. The nodes are physically removed from the curve object.
• |
Deleting all nodes from a curve deletes the curve itself.
|
The following VBA example deletes all selected nodes in the curve.
Sub Test() |
ActiveShape.Curve.Selection.Delete |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.