SetErased Method (IEntityHelper)
Erases or restores the specified entity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetErased( _
dsObject* Obj As System.Object, _
bool NewVal As System.Boolean _
) |
C# | |
---|
void SetErased(
System.object Obj,
System.bool NewVal
) |
JavaScript | |
---|
SetErased(
Obj : Object,
NewVal : Boolean
) |
Parameters
- Obj
- Entity
- NewVal
- True to erase the specified entity from the group of entities, false to restore it (see Remarks)
Remarks
See Also
Availability
DraftSight V1R5.0