IDrawingParameters(ListILayerParameters) Constructor

Create an instance of drawing parameters.

Definition

Namespace: PCBI.Automation.DrawingParameters
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IDrawingParameters(
	List<ILayerParameters> SortedLayersToDraw
)

Parameters

SortedLayersToDraw  ListILayerParameters
List of layers to draw in sorted order.

See Also