The GetLayerTitle transaction returns the label of the specified layer or CAD layer.
Type XTYP_REQUEST
Syntax [GetLayerTitle(docwinID, layerID, <pageID>)]
|
Parameter |
Data type |
Values |
Meaning |
|
docwinID |
WORD |
0 | docwinID |
active | specific |
|
layerID |
WORD |
identifier of the layer or CAD layer to query |
|
pageID |
DWORD |
0 | pageID |
current | specific. Optional parameter. |
|
Reply |
Data type |
Meaning |
|
layerLabel |
string |
label, maximum 80 characters |
Release information
Added in Release 3.50.
See also