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