IFilterAddToolDefinitionOval(IODBLayer, Double, Double, Double) 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,
	double diameter,
	double ovalHeight,
	double ovalWidth
)

Parameters

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

Return Value

Int32

See Also