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