IAttributeSetPropertyList Method

Set a component property to the component object.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool SetPropertyList(
	List<IEDA_PRP> PropertyList,
	ICMPObject Parent,
	bool FireEvent
)

Parameters

PropertyList  ListIEDA_PRP
 
Parent  ICMPObject
The component to set/add the property.
FireEvent  Boolean
Fires the event PCBIPropertyAddedOrChanged at the end

Return Value

Boolean
True if the property was added to the component.

See Also