Previous Document Next Document
SegmentRange.AddNode

Sub AddNode()

Member of SegmentRange

The AddNode method adds a new node to the middle of each segment in a segment range.

The following code example adds a node to the middle of each segment in the selected curve:

Sub Test() 
 ActiveShape.Curve.Segments.All.AddNode 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.