InterfaceODBObjectSetAttribute(String, String, Boolean) Method

Set an string attribute to the IODBObject.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool SetAttribute(
	string value,
	string key = "_string",
	bool addUndo = false
)

Parameters

value  String
 
key  String  (Optional)
 
addUndo  Boolean  (Optional)
 

Return Value

Boolean

See Also