SetObjectErased Method (ISketchManager) Send Feedback
See Also 
Obj
Sketch entity
Value
True if erased, false if not
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
) 
C++ 
DSRESULT SetObjectErased( 
   dsObject* Obj,
   bool Value
) 

Parameters

Obj
Sketch entity
Value
True if erased, false if not
 

See Also

Availability

DraftSight V1R1.4