IFilterAddToolDefinitionDPackArray Method

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static int AddToolDefinitionDPackArray(
	IODBLayer Layer,
	double width,
	double height,
	double horizontalGap,
	double verticalGap,
	int columsNumber,
	int RowsNumber,
	double cornerRadius
)

Parameters

Layer  IODBLayer
 
width  Double
 
height  Double
 
horizontalGap  Double
 
verticalGap  Double
 
columsNumber  Int32
 
RowsNumber  Int32
 
cornerRadius  Double
 

Return Value

Int32

See Also