InterfacePinSetPinColor(Color, InterfaceCMPObject) Method
Set the pin color.
Namespace: PCBI.Automation.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
bool SetPinColor(
Color pinColor,
InterfaceCMPObject parent
)
Function SetPinColor (
pinColor As Color,
parent As InterfaceCMPObject
) As Boolean
bool SetPinColor(
Color pinColor,
InterfaceCMPObject^ parent
)
abstract SetPinColor :
pinColor : Color *
parent : InterfaceCMPObject -> bool
- pinColor Color
- Color of pin.
- parent InterfaceCMPObject
- The component which contains the pin.
Booleanfalse if no pin is found.