InterfaceMatrixSetMatrixLayerParameter(String, MatrixLayerContext, MatrixLayerPolarity, MatrixLayerType, Int32, Int32) Method

To change parameter of the matrix, use this function.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool SetMatrixLayerParameter(
	string layerName,
	MatrixLayerContext context,
	MatrixLayerPolarity polarity,
	MatrixLayerType type,
	int startLayer,
	int endLayer
)

Parameters

layerName  String
 
context  MatrixLayerContext
 
polarity  MatrixLayerPolarity
 
type  MatrixLayerType
 
startLayer  Int32
 
endLayer  Int32
 

Return Value

Boolean
False if the matrix is not initialized or the layer do not exist.

See Also