TsgCADImage.Blocks
Lists the blocks references of the drawing.
property Blocks[Index: Integer]: TsgDXFBlock
Description
Lists of blocks described in section BLOCKS by index. The Index parameter indicates the index of the object, where 0 is the index of the first object, 1 is the index of the second object, and so on.
Use Converter.Counts[csBlocks] to determine the number of blocks.
Go to CAD VCL Enterprise