IAttributeGetAllProperties(ICMPObject) Method

All properties of the component. The List contains IEDA_PRPs to handle names and values directly.

Definition

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

Parameters

Parent  ICMPObject
Component of interest.

Return Value

ListIEDA_PRP
List of all properties of the relevant component.

See Also