Object Model Reference : Classes : N : Node : Properties : Node.Segment |
Property Segment As Segment
Member of Node
The Segment property returns the segment that contains a specified node.
The Segment property returns a read-only value.
The following VBA example converts, to a line, the segment that is adjacent to third node in the selected curve.
Sub Test() |
ActiveShape.Curve.Nodes(3).Segment.Type = cdrLineSegment |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.