AddTemporaryEntity Method (ISketchManager) Send Feedback
See Also  Example
Entity
Temporary entity to insert in the drawing
Inserts the specified temporary entity in the drawing.

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 insert in the drawing

Example

Remarks

Temporary entity mode must be on to add temporary entities to the drawing.

 

See Also

Availability

DraftSight V1R4.0