IAttributeGetProperties(ICMPObject) Method

Get all properties of the parent component object.

Definition

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

Parameters

Parent  ICMPObject
The relevant parent object.

Return Value

DictionaryString, IEDA_PRP
All properties in a dictionary with property name as key.

See Also