IAttributeSetProperty(IEDA_PRP, IPackageSpecificsD) Method

Set a package property to the relevant package. This do not set the "has changed" flag in Step and IPCBIWindow, you can use PackagePropertyOrAttributeHasChanged and NeedToSave to set it manualy.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool SetProperty(
	IEDA_PRP Property,
	IPackageSpecificsD Parent
)

Parameters

Property  IEDA_PRP
The EDA PRP with string for Name, Value and if relevant numbers.
Parent  IPackageSpecificsD
The package to set/add the property.

Return Value

Boolean
True if the property was added to the package.

See Also