IInfoLayerParameters(Boolean, InfoLayerEnum, Boolean, Boolean, Boolean, Boolean, Boolean, String, Boolean) Constructor

Create instance of info layer parameters with all details.

Definition

Namespace: PCBI.Automation.DrawingParameters
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IInfoLayerParameters(
	bool ShowInfoLayer,
	InfoLayerEnum InfoToShow,
	bool ShowLineInfo,
	bool ShowPadInfo,
	bool ShowSMDInfo,
	bool ShowSurfaceInfo,
	bool HighlightOutline,
	string FontName,
	bool UnitMM
)

Parameters

ShowInfoLayer  Boolean
Show of hide info layer?
InfoToShow  InfoLayerEnum
You can show net, size or freetext information.
ShowLineInfo  Boolean
Show info on lines?
ShowPadInfo  Boolean
Show info on pads?
ShowSMDInfo  Boolean
Show info on pads with SMD attribute?
ShowSurfaceInfo  Boolean
Show info on surface elements.
HighlightOutline  Boolean
Highlight the outline of info elements?
FontName  String
Used font name to write the info string.
UnitMM  Boolean
Use mm or mils?

See Also