ComponentFinder(IODBLayer, ListIODBObject, IPCBIWindow) Constructor

Initializes a new instance of the ComponentFinder class

Definition

Namespace: MachineLearning
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public ComponentFinder(
	IODBLayer sourceLayer,
	List<IODBObject> compObjLst,
	IPCBIWindow window
)

Parameters

sourceLayer  IODBLayer
 
compObjLst  ListIODBObject
 
window  IPCBIWindow
 

See Also