InterfaceODBObjectSetAttribute(FeatureAttributeEnum, String, Boolean) Method

Set a new attribute for this IODBObject with definition for type and value. It can be a double, int, bool, enum (string of value) or string attribute.

Definition

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

Parameters

featureAttribute  FeatureAttributeEnum
 
value  String
 
addUndo  Boolean  (Optional)
 

Return Value

Boolean

See Also