CreateTracker Method (IApplication) Send Feedback
See Also  Example
Tracker[out]
Tracker
Creates 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 
Function CreateTracker() As Tracker
C# 
Tracker CreateTracker()
JavaScript 
CreateTracker() : dsTracker
COM native C++ 
HRESULT CreateTracker(
   ITracker** Tracker
)  
C++ 
DSRESULT CreateTracker(
   dsTracker** Tracker
)  

Parameters

Tracker[out] or Return Value
Tracker

Example

 

See Also

Availability

DraftSight V1R4.0