InterfaceMatrixSetMatrixLayerIndex(String, Int32) 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
)

Parameters

LayerName  String
string
index  Int32
int

Return Value

Boolean
True if the change has worked.

See Also