RemoveTemporaryEntity Method (ITracker) Send Feedback
See Also 
Entity
Entity to remove from the tracker
Removes the specified temporary entity from the tracker.

Syntax

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

Parameters

Entity
Entity to remove from the tracker
 

See Also

Availability

DraftSight V1R4.0