AddTemporaryEntity Method (ITracker) Send Feedback
See Also  Example
Entity
Temporary entity to be drawn by the tracker
Adds the specified temporary entity to be drawn by the tracker.

Syntax

Visual Basic 
Sub AddTemporaryEntity( _
   ByVal Entity As System.Object _
) 
C# 
void AddTemporaryEntity( 
   System.object Entity
)
JavaScript 
AddTemporaryEntity( 
   Entity : Object
)
COM native C++ 
HRESULT AddTemporaryEntity( 
   IDispatch* Entity
) 
C++ 
DSRESULT AddTemporaryEntity( 
   dsObject* Entity
) 

Parameters

Entity
Temporary entity to be drawn by the tracker

Example

Remarks

Temporary entity mode must be on to draw temporary entities along the cursor.

 

See Also

Availability

DraftSight V1R4.0