IODBObjectReplaceItemBy(InterfaceODBObject) Method

Replace this object by other object on same position of layer element list. It is important to use a existing symbol (shape index).

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool ReplaceItemBy(
	InterfaceODBObject replaceObject
)

Parameters

replaceObject  InterfaceODBObject
 

Return Value

Boolean
True if object is replaced.

Implements

InterfaceODBObjectReplaceItemBy(InterfaceODBObject)

See Also