IStepGetDistanceLayerToLayer Method

Calculate distance between two layers, it use all layers between exclude the start and end layer. It's important to have start layer before end layer (do use matrix order in correct sequence).

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public double GetDistanceLayerToLayer(
	string LayerNameStart,
	string LayerNameEnd
)

Parameters

LayerNameStart  String
The beginning layer name.
LayerNameEnd  String
The end layer name.

Return Value

Double
Distance between two layers in mils.

Implements

InterfaceStepGetDistanceLayerToLayer(String, String)

See Also