IMatrixSetMatrixLayerIndex(String, Int32, Boolean) Method

To change the LayerIndex, use this function.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool SetMatrixLayerIndex(
	string LayerName,
	int index,
	bool fireEvent
)

Parameters

LayerName  String
string
index  Int32
int
fireEvent  Boolean
Fire Matrix Update Event

Return Value

Boolean
True if the change has worked.

Implements

InterfaceMatrixSetMatrixLayerIndex(String, Int32, Boolean)

See Also