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

Parameters

LayerName  String
string
index  Int32
int

Return Value

Boolean
True if the change has worked.

Implements

InterfaceMatrixSetMatrixLayerIndex(String, Int32)

See Also