IStepIsLayerFileEmptyOrMissing 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
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool IsLayerFileEmptyOrMissing(
	string Layername
)

Parameters

Layername  String
Name of the relevant layer.

Return Value

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

Implements

InterfaceStepIsLayerFileEmptyOrMissing(String)

See Also