InterfaceCMPObjectReplaceItemBy(ICMPObject) Method

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

Definition

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

Parameters

ReplaceObject  ICMPObject
New object on list position of this element.

Return Value

Boolean
True if object is replaced.

See Also