IMatrixSetLayerHeight(String, Double, Boolean) Method

Set layer height in all steps.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool SetLayerHeight(
	string LayerName,
	double HeightOfLayerInMils,
	bool fireEvent
)

Parameters

LayerName  String
Name of the relevant layer.
HeightOfLayerInMils  Double
Height of the layer in mils.
fireEvent  Boolean
Fire Matrix Update Event

Return Value

Boolean
true if height is setted.

Implements

InterfaceMatrixSetLayerHeight(String, Double, Boolean)

See Also