InterfaceMatrixSetLayerHeight(String, Double) Method

Set layer height in all steps.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool SetLayerHeight(
	string layerName,
	double heightOfLayer
)

Parameters

layerName  String
 
heightOfLayer  Double
 

Return Value

Boolean
true if height is setted.

See Also