IAttributeSetProperty(IEDA_PRP, ICMPObject, Boolean) 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 SetProperty(
	IEDA_PRP Property,
	ICMPObject Parent,
	bool FireEvent
)

Parameters

Property  IEDA_PRP
The EDA PRP with string for Name, Value and if relevant numbers.
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