IODBObjectSetAttribute(String, String, Boolean) Method

Set an string attribute to the IODBObject.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool SetAttribute(
	string Value,
	string Key = "_string",
	bool AddUndo = false
)

Parameters

Value  String
"The textvalue of the attribute."
Key  String  (Optional)
The name must be ODB conform (lower case, numbers, _.+-), otherwise it will be changes.
AddUndo  Boolean  (Optional)
Add to undo list.

Return Value

Boolean

Implements

InterfaceODBObjectSetAttribute(String, String, Boolean)

See Also