SetObjectErased Method (ISketchManager)
Sets whether the specified sketch entity is erased.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetObjectErased( _
dsObject* Obj As System.Object, _
bool 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