Object Model Reference : Classes : N : NodeRange : Methods : NodeRange.SetType |
Sub SetType(Type As cdrNodeType)
Member of NodeRange
The SetType method sets the type for all nodes in a node range.
The SetType method returns a value of cdrNodeType.
The following VBA example changes all nodes in the active shape to cusp nodes.
Sub Test() |
ActiveShape.Curve.Nodes.All.SetType cdrCuspNode |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.