InterfaceMatrixGetDistanceBetweenLayers Method

Calculate the distance between layers, depending on the material height of each layer.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
double GetDistanceBetweenLayers(
	int indexFirstLayer,
	int indexSecondLayer
)

Parameters

indexFirstLayer  Int32
 
indexSecondLayer  Int32
 

Return Value

Double
0 or the distance.

See Also