InterfaceMatrixSetLayerHeight(String, Double, Boolean) Method

Set layer height in all steps.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool SetLayerHeight(
	string layerName,
	double heightOfLayerInMils,
	bool fireEvent
)

Parameters

layerName  String
 
heightOfLayerInMils  Double
 
fireEvent  Boolean
Fire Matrix Update Event

Return Value

Boolean
true if height is setted.

See Also