<cstLayer>

  XML_API > CAD XML API Reference > CAD Drawing Database XML Structure > <cadsofttools> > Drawing <cstConverter> > TABLES <cstSectionTables> > LAYER <cstTable> >

<cstLayer>

Previous pageReturn to chapter overviewNext page

The element contains information about layer.

 

Attributes of <cstLayer>

Attribute

Description

Name

[Required] Layer name.

Handle

[Read-only] Handle value.

Color

[Optional] Color number (default is 0;256).

LineWeight

[Optional] Lineweight value.

Locked

[Optional] Value indicating whether the layer is locked: True = Locked, False = Not locked.

Visible

[Optional] Value indicating whether a layer is visible: True = Visible, False = Not visible.

 

 

Definition:

<Layer Name="Layer2" Color="0;3;" Locked="False" Visible="False"/>

Go to ABViewer