IFilterAddToolDefinitionButterfly(IODBLayer, Single, Boolean) Method

Add a fool definiton for butterfly to the layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static int AddToolDefinitionButterfly(
	IODBLayer Layer,
	float diameterOrSize,
	bool rounded
)

Parameters

Layer  IODBLayer
The name of the current layer.
diameterOrSize  Single
Diameter of the butterfly (for non rounded the square size value).
rounded  Boolean
Rounded or square butterfly.

Return Value

Int32
The index after check the nr of tooldefinition.

See Also