IMatrixGetDistanceBetweenLayers Method

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

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public double GetDistanceBetweenLayers(
	int IndexFirstLayer,
	int IndexSecondLayer
)

Parameters

IndexFirstLayer  Int32
Start layer index (matrix index is 1 based).
IndexSecondLayer  Int32
End layer index (matrix index is 1 based).

Return Value

Double
0 or the distance.

Implements

InterfaceMatrixGetDistanceBetweenLayers(Int32, Int32)

See Also