<cstBlock>

  CAD XML API Reference > CAD Drawing Database XML Structure > <cadsofttools> > Drawing <cstConverter> > BLOCKS <cstSectionBlocks> >

<cstBlock>

Previous pageReturn to chapter overviewNext page

The element contains the block definition. Each block definition contains the entities that make up that block as it is used in the drawing.

 

Attributes of <cstBlock>

Attribute

Description

Name

[Required] Block name.

Handle

[Read-only] Handle value.

 

 

Definition:

<Block Name="Block1">

<SubEntities>
<!-- Place entities definition here -->

<SubEntities/>    
</Block>

Go to CADEditorX