InterfaceODBLayerFloodLayer(InterfacePCBIWindow, Double, Double, Double, Double, Double) Method

Flood layer with surfaces, this use pcb outline for edge.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool FloodLayer(
	InterfacePCBIWindow pcbIWindow,
	double floodDistance = 5,
	double distanceObjects = 5,
	double minSizeFlood = 4,
	double minAreaFlood = 10,
	double distanceDrills = -1
)

Parameters

pcbIWindow  InterfacePCBIWindow
Parent window for get layerbounds or pcb outline.
floodDistance  Double  (Optional)
 
distanceObjects  Double  (Optional)
 
minSizeFlood  Double  (Optional)
 
minAreaFlood  Double  (Optional)
 
distanceDrills  Double  (Optional)
 

Return Value

Boolean
False if a error happens or the layer is disposed.

See Also