AddTracker Method (ICommandMessage) Send Feedback
See Also  Example
Tracker
Tracker to add to the drawing
Adds a tracker, the mechanism that draws temporary entities along the cursor's path when prompting a user for a value, keyword, or selection.

Syntax

Visual Basic 
Sub AddTracker( _
   ByVal Tracker As Tracker _
) 
C# 
void AddTracker( 
   Tracker Tracker
)
JavaScript 
AddTracker( 
   Tracker : dsTracker
)
COM native C++ 
HRESULT AddTracker( 
   ITracker* Tracker
) 
C++ 
DSRESULT AddTracker( 
   dsTracker* Tracker
) 

Parameters

Tracker
Tracker to add to the drawing

Example

 

See Also

Availability

DraftSight V1R4.0