Parameters |
Description |
|
Project name with complete file path (optional). |
|
Name of the layer whose properties are to be changed. |
|
Specifies whether the layer property Visible is to be active (optional). Default value: |
|
Specifies whether the layer property Print is to be active (optional). Default value: |
|
Specifies the font size of the layer (optional). |
|
Specifies the color of the layer (optional). |
|
Specifies the transparency of a 3D layer (optional). Possible values lie between 0.0 and 1.0. |
Note:
It is possible to modify the properties of several layers by calling this action. To this purpose the parameter
Changing the properties of one layer:
changelayer /PROJECTNAME:C:\Projects\EPLAN\DEMO2_d.elk /LAYER:EPLAN200 /VISIBLE:1 /PRINTED:0 /TEXTHEIGHT:5,5 /COLORID:15
Changing the properties of several layers:
changelayer /LAYER1:EPLAN110 /VISIBLE1:1 /PRINTED1:1 /TEXTHEIGHT1:5 /COLORID1:1 /LAYER2:EPLAN300 /VISIBLE2:1 /PRINTED2:1 /TEXTHEIGHT2:6 /COLORID2:11