IMatrixSetLayerHeight(String, Double) 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
)

Parameters

LayerName  String
Name of the relevant layer.
HeightOfLayerInMils  Double
Height of the layer in mils.

Return Value

Boolean
true if height is setted.

Implements

InterfaceMatrixSetLayerHeight(String, Double)

See Also