Object Model Reference : Classes : N : Node : Properties : Node.SubPath |
Property SubPath As SubPath
Member of Node
The SubPath property returns the subpath to which a node belongs.
The SubPath property returns a read-only value.
The following VBA example displays the length of a nodes subpath, measured in document units.
Sub PathLength() |
With ActiveShape.Curve.Nodes(1) |
MsgBox .Subpath.Length |
End With |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.