Previous Document Next Document
SubPath.Nodes

Property Nodes As Nodes

Member of SubPath

The Nodes property returns a Nodes collection, which contains all of the nodes on a subpath.

The Nodes property returns a read-only value.

The following code example converts the type all of the nodes on the first subpath to symmetrical:

Sub Test() 
 Dim n As Node 
 For Each n In ActiveShape.Curve.Subpaths(1).Nodes 
  n.Type = cdrSymmetricalNode 
 Next n 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.