AddTemporaryEntity Method (ISketchManager)
Inserts the specified temporary entity in the drawing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub AddTemporaryEntity( _
dsObject* Entity As System.Object _
) |
C# | |
---|
void AddTemporaryEntity(
System.object Entity
) |
JavaScript | |
---|
AddTemporaryEntity(
Entity : Object
) |
Parameters
- Entity
- Temporary entity to insert in the drawing
Example
Remarks
See Also
Availability
DraftSight V1R4.0