TConvSection type

  Classes Reference > CAD Database structure > Types >

TConvSection type

Previous pageReturn to chapter overviewNext page

Specifies a DXF file sections.

Unit

DXFConv

 

type 

  TConvSection = csTables, csBlocks, csEntities, csLTypes, csLayers, csStyles, csDimStyles, 

                 csBlockRecords, csVPorts, csMLineStyles, csImageDefs);

Description

The TConvSection type determines section of a DXF file, usually it is used as a function parameter which determines the result of a function.

Value

Meaning

csTables

Specifies the TABLES section which contains definitions for symbol tables.

csBlocks

Specifies the BLOCK section which contains block definitions.

csEntities

Specifies the ENTITIES section which contains the graphical objects (entities) in the drawing, including block references (insert entities).

csLTypes

Specifies the Linetype table (LTYPE) of the TABLES section.

csLayers

Specifies the Layer table (LAYER) of the TABLES section.

csStyles

 

csDimStyles

 

csBlockRecords

 

csVPorts

 

csMLineStyles

 

csImageDefs

 

 

 

Go to CAD VCL Enterprise