ExtensionsTryRemoveCoolingPin Method

Returns the original package or a copy of the package with removed cooling pin (if such a pin is recognized)

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static IPackageSpecificsD TryRemoveCoolingPin(
	this IPackageSpecificsD this,
	out bool packageHasChanged
)

Parameters

this  IPackageSpecificsD
original package
packageHasChanged  Boolean
true if the package had a cooling pin and a copy of the package without cooling pin was returned

Return Value

IPackageSpecificsD
the original package or a copy without cooling pin

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IPackageSpecificsD. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also