IODBObjectSelect Method

Select or deselect the object, this dose not update the internal selection buffer. At the end call UpdateSelection from IPCBIWindow.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public override void Select(
	bool select
)

Parameters

select  Boolean
Select or unselect the object.

Implements

InterfaceODBObjectSelect(Boolean)
InterfaceObjectSelect(Boolean)
InterfaceObjectSelect(Boolean)

See Also