InterfaceStepIsLayerFileEmptyOrMissing Method

This method checks whether a feature file is existing and check the size for 0 KB. If there is a file with some information (not necessary elements on the layer) it returns false.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool IsLayerFileEmptyOrMissing(
	string layername
)

Parameters

layername  String
 

Return Value

Boolean
True if the file is missing or the file is complete empty (no header, no comments etc).

See Also