ICMPObjectReplaceItemBy(ICMPObject) 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(
	ICMPObject ReplaceObject
)

Parameters

ReplaceObject  ICMPObject
New object on list position of this element.

Return Value

Boolean
True if object is replaced.

Implements

InterfaceCMPObjectReplaceItemBy(ICMPObject)

See Also