IFilterAddToolDefinitionRectD(IODBLayer, Double, Double, Double, Boolean) Method

Create a Rectangle tool based on double values.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static int AddToolDefinitionRectD(
	IODBLayer Layer,
	double diameter,
	double height,
	double width,
	bool rounded
)

Parameters

Layer  IODBLayer
The layer of the current layer
diameter  Double
dimeter for the tool
height  Double
the hight of the tool
width  Double
the width of the tool
rounded  Boolean
corners are rounded?

Return Value

Int32
the index after check the nr of tooldefinition

See Also