InterfaceCMPObjectAddComponentAttribute Method

Add an attribute or override the value if exist.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
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)

See Also