InterfacePinSetPinColor(Color, ICMPObject) Method

Set the pin color.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool SetPinColor(
	Color pinColor,
	ICMPObject Parent
)

Parameters

pinColor  Color
Color of pin.
Parent  ICMPObject
The component which contains the pin.

Return Value

Boolean
false if no pin is found.

See Also