_ITrackerEvents UpdateNotify Event Send Feedback
See Also  Example
CursorPosition
Current cursor position
Notifies the application when the cursor position has changed.

Syntax

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

Example

Remarks

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.

See Also

Availability

DraftSight V1R4.0