Previous Document Next Document

Object Model Reference : Classes : N : Node : Properties : Node.SubPath


Node.SubPath

Property SubPath As SubPath

Description

Member of Node

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

The SubPath property returns a read-only value.

VBA example

The following VBA example displays the length of a node’s subpath, 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 2013 Corel Corporation. All rights reserved.