InterfaceODBLayerRemoveObject(InterfaceODBObject, Boolean, Boolean) Method

Remove one IODBObject from the layer and delete the included data.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void RemoveObject(
	InterfaceODBObject objectToRemoveObject,
	bool canUndo = true,
	bool raiseEvent = true
)

Parameters

objectToRemoveObject  InterfaceODBObject
 
canUndo  Boolean  (Optional)
 
raiseEvent  Boolean  (Optional)
 

See Also