Previous Document Next Document

Object Model Reference : Classes : N : NodeRange : Methods : NodeRange.Delete


NodeRange.Delete

Sub Delete()

Description

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.
VBA example

The following VBA example deletes all selected nodes in the curve.

Sub Test()
 ActiveShape.Curve.Selection.Delete
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.