IODBLayerFloodLayer(InterfacePCBIWindow, Double, Double, Double, Double, Double) Method

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

Definition

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

Parameters

pcbIWindow  InterfacePCBIWindow
 
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.

Implements

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

See Also