IsInsideInsert

  Examples > Access to Entities > Delphi > Variables >

IsInsideInsert

Previous pageReturn to chapter overviewNext page

The IsInsideInsert variable defines whether current entity belongs to the last passed INSERT entity.

 

Syntax

 

var

IsInsideInsert: Boolean = False;

 

 

Note

If EData.Tag of the current entity is equal to DXF_BEGIN_INSERT, then IsInsideInsert is set to True and EData.Text contains the name of the INSERT entity. Unless EData.Tag is not equal to DXF_END_INSERT, all entities belong to this INSERT.

 

 

See Also

EData


© 2003-2024 CADSoftTools

 

Go to CAD DLL