GetErased Method (IEntityHelper) Send Feedback
See Also 
Val[out]
True if the entity is erased, false if not
Obj
Entity
Gets whether the specified entity is erased.

Syntax

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

Parameters

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

See Also

Availability

DraftSight V1R5.0