SnapToStepSet

Top  Previous  Next

 

SnapToStepSet (Method)

 

Turns Snap On

 

Syntax:

Function SnapToStepSet(stepX As Single, stepY As Single) As Boolean

 

The SnapToStepSet method syntax consists of the following:

Parameter

Data Type

Description

stepX

Single

Is the spacing of the x snap movements

stepY

Single

Is the spacing of the y snap movements

 

Return value:

Boolean - True on success, false on error.

 

Example