ICMPObjectAddComponentAttribute Method

Add an attribute or override the value if exist.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void AddComponentAttribute(
	string Attribute,
	string Value,
	bool AddUndo = false
)

Parameters

Attribute  String
the name of the odb-attribute
Value  String
the value of the odb-attribute
AddUndo  Boolean  (Optional)

Implements

InterfaceCMPObjectAddComponentAttribute(String, String, Boolean)

See Also