IMatrixSetMatrixLayerParameter(String, MatrixLayerContext, MatrixLayerPolarity, MatrixLayerType, Int32, Int32) 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,
	MatrixLayerPolarity Polarity,
	MatrixLayerType Type,
	int StartLayer,
	int EndLayer
)

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

Return Value

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

Implements

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

See Also