IsTemporaryEntity Method (IApplication)
Gets whether the specified entity is a temporary entity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsTemporaryEntity( _
dsObject* Obj As System.Object _
) As System.Boolean |
C# | |
---|
System.bool IsTemporaryEntity(
System.object Obj
) |
JavaScript | |
---|
IsTemporaryEntity(
Obj : Object
) : Boolean |
COM native C++ | |
---|
HRESULT IsTemporaryEntity(
IDispatch* Obj,
VARIANT_BOOL* Val
) |
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
Remarks
See Also
Availability
DraftSight V1R4.0