| Visual Basic | |
|---|---|
Function IsTemporaryEntity( _ ByVal Obj As System.Object _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool IsTemporaryEntity( System.object Obj ) | |
| JavaScript | |
|---|---|
IsTemporaryEntity( Obj : Object ) : Boolean | |
Parameters
- Obj
- Entity
- Val[out] or Return Value
- True if the entity is a temporary entity, false if the entity is not a temporary entity
Temporary entities are not added to the drawing database.
IApplication Interface
IApplication Members
IApplication::TemporaryEntityMode Property ()
IBlockDefinition::AddTemporaryEntity Method ()
ISketchManager::AddTemporaryEntity Method ()
ITracker::AddTemporaryEntity Method ()
IApplication Members
IApplication::TemporaryEntityMode Property ()
IBlockDefinition::AddTemporaryEntity Method ()
ISketchManager::AddTemporaryEntity Method ()
ITracker::AddTemporaryEntity Method ()
DraftSight V1R4.0
Syntax