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