Previous Document Next Document
Node.SubPath

Property SubPath As SubPath

Member of Node

The SubPath property returns the subpath to which the node belongs.

The SubPath property returns a read-only value.

The following code example displays the length of a node’s subpath. The length of the subpath is measured in document units.

Sub PathLength() 
 With ActiveShape.Curve.Nodes(1) 
  MsgBox .Subpath.Length 
 End With 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.