IODBObjectReplaceItemBy(IODBObject) 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(
	IODBObject ReplaceObject
)

Parameters

ReplaceObject  IODBObject
New object on list position of this element.

Return Value

Boolean
True if object is replaced.

Implements

InterfaceODBObjectReplaceItemBy(IODBObject)

See Also