IAttributeGetAllProperties(IPackageSpecificsD) Method

All properties of the component package. The property key and value is in the IEDA PRP class to get name, value and numbers seperated.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static List<IEDA_PRP> GetAllProperties(
	IPackageSpecificsD Package
)

Parameters

Package  IPackageSpecificsD
Component package of interest.

Return Value

ListIEDA_PRP
List of all properties of the relevant package.

See Also