IODBLayerRemoveObject(InterfaceODBObject, Boolean, Boolean) Method

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

Definition

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

Parameters

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

Implements

InterfaceODBLayerRemoveObject(InterfaceODBObject, Boolean, Boolean)

See Also