AddTemporaryEntity Method (IBlockDefinition) Send Feedback
See Also  Example
Entity
Temporary entity to insert in the Block definition
Inserts the specified temporary entity in the Block definition.

Syntax

Visual Basic 
Sub AddTemporaryEntity( _
   ByVal Entity As System.Object _
) 
C# 
void AddTemporaryEntity( 
   System.object Entity
)
JavaScript 
AddTemporaryEntity( 
   Entity : Object
)
COM native C++ 
HRESULT AddTemporaryEntity( 
   IDispatch* Entity
) 
C++ 
DSRESULT AddTemporaryEntity( 
   dsObject* Entity
) 

Parameters

Entity
Temporary entity to insert in the Block definition

Example

Remarks

Temporary entity mode must be on to add temporary entities to the Block definition. 

 

See Also

Availability

DraftSight V1R4.0