IFilterLoadFeatureFile Method

Load feature file in IODBLayer, this layer have no connection to any step it just manage the elements from the feautre file e.g. to read a special symbol.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IODBLayer LoadFeatureFile(
	IFileData FeatureFileData,
	string LayerName
)

Parameters

FeatureFileData  IFileData
Feature file as IFileData e.g. from your local HDD or from an memory stream etc.
LayerName  String
The temporary layer needs an layer name.

Return Value

IODBLayer
IODBLayer with loaded feature details.

See Also