IStepSetHeightOfLayer(String, MatrixLayerType, Double) Method

Set height of layer in mils.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetHeightOfLayer(
	string Layername,
	MatrixLayerType typeOfLayer,
	double HeightOfLayer
)

Parameters

Layername  String
Relevant layer name.
typeOfLayer  MatrixLayerType
Layer type to identify correct attribute (Dielectric has other attribute).
HeightOfLayer  Double
Height of layer in mils.

Implements

InterfaceStepSetHeightOfLayer(String, MatrixLayerType, Double)

See Also