Description
Gets the distance in millipoints and returns True if the requested distance is on the shape perimeter.
Example:
While elem.WalkShape(dist)
' do what you want
'.....
dist=dist+iStep ' move further
End While
Syntax
object.WalkShape mDist |
object
Required. Object name, returned by Dim elem as ElementProp = Page.SelElement()
iDist
Required. Object name, returned by Dim elem as ElementProp = Page.SelElement()