IsTemporaryEntity Method (IApplication) Send Feedback
See Also 
Val[out]
True if the entity is a temporary entity, false if the entity is not a temporary entity 
Obj
Entity
Gets whether the specified entity is a temporary entity.

Syntax

Visual Basic 
Function IsTemporaryEntity( _
   ByVal Obj As System.Object _
) As System.Boolean
C# 
System.bool IsTemporaryEntity( 
   System.object Obj
)
JavaScript 
IsTemporaryEntity( 
   Obj : Object
) : Boolean
COM native C++ 
HRESULT IsTemporaryEntity( 
   IDispatch* Obj,
   VARIANT_BOOL* Val
) 
C++ 
DSRESULT IsTemporaryEntity( 
   dsObject* Obj,
   bool* Val
) 

Parameters

Obj
Entity
Val[out] or Return Value
True if the entity is a temporary entity, false if the entity is not a temporary entity 

Remarks

Temporary entities are not added to the drawing database.
 

See Also

Availability

DraftSight V1R4.0