IFilterAddToolDefinitionOval(IODBLayer, Single, Single, Single) Method

Add a definition of oval symbol.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static int AddToolDefinitionOval(
	IODBLayer Layer,
	float diameter,
	float ovalHeight,
	float ovalWidth
)

Parameters

Layer  IODBLayer
The name of the current layer.
diameter  Single
Diameter for the tool.
ovalHeight  Single
Height of Oval symbol.
ovalWidth  Single
Width of Oval symbol.

Return Value

Int32

See Also