WalkShape Method

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:14

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()