| Visual Basic | |
|---|---|
Public Delegate Sub _ITrackerEvents_UpdateNotifyEventHandler( _ ) | |
| C# | |
|---|---|
public delegate void _ITrackerEvents_UpdateNotifyEventHandler( ) | |
| JavaScript | |
|---|---|
Event Not Supported ) | |
| COM native C++ | |
|---|---|
UpdateNotify( CursorPosition ) | |
| C++ | |
|---|---|
UpdateNotify( ) | |
Parameters
- CursorPosition
- Current cursor position
This event allows you to update the tracker's temporary entities that are dependent on the current cursor position.
If developing a C++ application, use dsTracker_UpdateNotify_id to register for this notification.
See Getting Started for more information about C++ interface add-in template callback functions.
DraftSight V1R4.0
Syntax