IMatrixSetMatrixLayerParameter(String, MatrixLayerContext, MatrixLayerType, Boolean) Method

To change parameter of the matrix, use this function.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool SetMatrixLayerParameter(
	string LayerName,
	MatrixLayerContext Context,
	MatrixLayerType Type,
	bool fireEvent
)

Parameters

LayerName  String
string
Context  MatrixLayerContext
MatrixLayerContext (enum)
Type  MatrixLayerType
MatrixLayerType (enum)
fireEvent  Boolean

Return Value

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

See Also