TConvSection type
Specifies a DXF file sections.
Unit
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