InterfaceMatrixSetMatrixLayerParameter(String, MatrixLayerContext, MatrixLayerPolarity, MatrixLayerType, Int32, Int32, Boolean) 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,
	bool fireEvent
)

Parameters

LayerName  String
string
Context  MatrixLayerContext
MatrixLayerContext (enum)
Polarity  MatrixLayerPolarity
MatrixLayerPolarity (enum)
Type  MatrixLayerType
MatrixLayerType (enum)
StartLayer  Int32
index of start layer
EndLayer  Int32
index of end layer
fireEvent  Boolean
Fire Matrix Update Event

Return Value

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

See Also