TsgDXFExport.BeginBlock

TsgDXFExport        

  Classes Reference > Writing to file > TsgDXFExport > TsgDXFExport Methods >

TsgDXFExport.BeginBlock

TsgDXFExport        

Previous pageReturn to chapter overviewNext page

Creates BLOCK entity.

procedure BeginBlock (const Name: string);

Description

This procedure creates BLOCK with the name defined by Name. Use procedure EndBlock to close BLOCK created by BeginBlock. Between this procedures use "Add…" methods to insert into the BLOCK desired entities.

Go to CAD VCL Enterprise