Sets whether the specified sketch entity is erased.
Syntax
Visual Basic | |
---|
Sub SetObjectErased( _
ByVal Obj As System.Object, _
ByVal Value As System.Boolean _
) |
C# | |
---|
void SetObjectErased(
System.object Obj,
System.bool Value
) |
JavaScript | |
---|
SetObjectErased(
Obj : Object,
Value : Boolean
) |
COM native C++ | |
---|
HRESULT SetObjectErased(
IDispatch* Obj,
VARIANT_BOOL Value
) |
Parameters
- Obj
- Sketch entity
- Value
- True if erased, false if not
See Also
Availability
DraftSight V1R1.4