InterfaceStepGetHeightOfLayer(String) 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
)

Parameters

layername  String
 

Return Value

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

See Also