IFilterAddToolDefinitionSquare Method

Create a Square tool based on double values.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static int AddToolDefinitionSquare(
	IODBLayer Layer,
	double size
)

Parameters

Layer  IODBLayer
The name of the current layer
size  Double
size for the tool

Return Value

Int32
the index after check the nr of tooldefinition

See Also