DigitiserSnap Method
Description
Send a digitised position into the current command.
Syntax
Visual Basic |
---|
Public Function DigitiserSnap( _ ByVal x As Double, _ ByVal y As Double, _ ByVal z As Double, _ ByVal nButton As Integer _ ) As Integer |
Parameters
- x
- The x coordinate of the digitised position.
- y
- The y coordinate of the digitised position.
- z
- The z coordinate of the digitised position.
- nButton
- The number of the digitiser button pressed. This argument is currently ignored.
Remarks
Available: OD
Group:
Example
sis.DigitiserSnap (10, 50, 20, 1)