InterfaceCMPObjectGetPinConnectionToBoardNet(IStep, 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(
	IStep step,
	ref bool? isExact
)

Parameters

step  IStep
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