InterfaceStepGetHeightOfLayer(String, MatrixLayerType) Method

Get Height of layer from layer attributes, this is depending on the matrix layer type. For dielectric layers is a other attribute relevant (.layer_dielectric) and for copper layers it use .copper_weight. All values are in mils.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
double GetHeightOfLayer(
	string layername,
	MatrixLayerType matrixLayerType
)

Parameters

layername  String
 
matrixLayerType  MatrixLayerType
 

Return Value

Double
Height of layer in mils (-1 if error happens or 0 if not found).

See Also