InterfacePinSetPinColor(Color, InterfaceCMPObject) Method

Set the pin color.

Definition

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

Parameters

pinColor  Color
Color of pin.
parent  InterfaceCMPObject
The component which contains the pin.

Return Value

Boolean
false if no pin is found.

See Also