IAttributeSetProperty(IEDA_PRP, ICMPObject) 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
)

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.

Return Value

Boolean
True if the property was added to the component.

See Also