InterfaceStepGetDistanceLayerToLayer 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.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
double GetDistanceLayerToLayer(
	string layernameStart,
	string layernameEnde
)

Parameters

layernameStart  String
 
layernameEnde  String
 

Return Value

Double
Distance between two layers in mils.

See Also