ExtensionsTryRemoveCoolingPin Method
Returns the original package or a copy of the package with removed cooling pin (if such a pin is recognized)
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public static IPackageSpecificsD TryRemoveCoolingPin(
this IPackageSpecificsD this,
out bool packageHasChanged
)
<ExtensionAttribute>
Public Shared Function TryRemoveCoolingPin (
this As IPackageSpecificsD,
<OutAttribute> ByRef packageHasChanged As Boolean
) As IPackageSpecificsD
public:
[ExtensionAttribute]
static IPackageSpecificsD^ TryRemoveCoolingPin(
IPackageSpecificsD^ this,
[OutAttribute] bool% packageHasChanged
)
[<ExtensionAttribute>]
static member TryRemoveCoolingPin :
this : IPackageSpecificsD *
packageHasChanged : bool byref -> IPackageSpecificsD
- 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
IPackageSpecificsDthe original package or a copy without cooling pinIn 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).