<cstBlock>

<< Click to Display Table of Contents >>

Navigation:  Concepts > CAD Drawing Database XML Structure > <cadsofttools> > Drawing <cstConverter> > BLOCKS <cstSectionBlocks> >

<cstBlock>

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