IMatrixClone Method

Clone current matrix, be carefull only the virtual elements cloned all directories same as in original.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IMatrix Clone()

Return Value

IMatrix
Matrix clone or null if design is disposed.

See Also