|
Archicad 29 C++ API
|
Layer attribute representation. More...
#include <APIdefs_Attributes.h>
Public Attributes | |
| API_Attr_Head | head |
| Specifies the name, index, and flags of the layer attribute. | |
| Int32 | conClassId |
| The connection class of the layer; elements on layers having the same class will be intersected. | |
Layer attribute representation.
The `flags` field of the header can take the following values:
|Value|Description|
|--- |--- |
|APILay_Hidden|The layer is hidden.|
|APILay_Locked|The layer is locked.|
|APILay_NotMine|The layer is not mine.|
|APILay_ForceToWire|The elements on the layer are shown in wireframe mode in the corresponding Layer
Combination.| |APILay_Xref|The layer is coming from an XREF-ed (DWG or DXF) drawing. These layers are
grouped in the Layer Settings dialog.|