InterfaceCMPObjectGetPinConnectionToBoardNet(InterfaceStep, NullableBoolean) Method

Calculate the diameter of all outgoing elements

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
double[] GetPinConnectionToBoardNet(
	InterfaceStep step,
	ref bool? isExact
)

Parameters

step  InterfaceStep
the current step
isExact  NullableBoolean
true if exact, false if nearly exact (calculated the area istead the outline) and null if total incorrect

Return Value

Double
the calculated value (mils)

See Also