ICMPObjectGetPinConnectionToBoardNet(IStep, NullableBoolean) Method

Calculate the diameter of all outgoing elements

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public 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)

Implements

InterfaceCMPObjectGetPinConnectionToBoardNet(IStep, NullableBoolean)

See Also