InterfaceMatrixSetMatrixLayerIndex(String, Int32, Boolean) Method

To change the LayerIndex, use this function.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
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.

See Also