AutoOSnapType
EventAutoOSnapType (Event)
Occurs when automatic OSnap is applied
Syntax:
Private Sub object_AutoOSnapType(Sender As System.Object, e As AutoOSnapTypeEventArgs)
The AutoOSnapType event syntax has the following parts:
Argument |
Data Type |
Description |
Sender |
System.Object |
The object that raises the event |
e.OSnapType |
The type of the OSnap that took place |
|
e.x |
Single |
The x coordinate of the point that OSnap took place |
e.y |
Single |
The y coordinate of the point that OSnap took place |
e.fCancel |
Boolean |
If set true then no OSnap happens |