ICMPObjectReplaceItemBy(InterfaceCMPObject) Method

Replace this object by other object on same position of layer element list.

Definition

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

Parameters

ReplaceObject  InterfaceCMPObject
New object on list position of this element.

Return Value

Boolean
True if object is replaced.

Implements

InterfaceCMPObjectReplaceItemBy(InterfaceCMPObject)

See Also