IStepWriteIPCFile Method

Export a file in IPCD356 format with all net information (including cmp connections).

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void WriteIPCFile(
	string FullPath
)

Parameters

FullPath  String
Contains the fullpath and the filename.

Implements

InterfaceStepWriteIPCFile(String)

See Also