GetErased Method (IEntityHelper)
Gets whether the specified entity is erased.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetErased( _
IDispatch* Obj As System.Object _
) As System.Boolean |
C# | |
---|
System.bool GetErased(
System.object Obj
) |
COM native C++ | |
---|
HRESULT GetErased(
dsObject* Obj
,
VARIANT_BOOL* Val
) |
Parameters
- Obj
- Entity
Parameters
- Val[out] or Return Value
- True if the entity is erased, false if not
See Also
Availability
DraftSight V1R5.0