InterfaceLayerEnableLayer Method

Enable layer for drawing. The layer get a layer color for draw it's elements and will be marked in layerlist.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void EnableLayer(
	bool activate
)

Parameters

activate  Boolean
If the layer is active it will be used for selections, otherwise it will only be shown.

See Also