IAttributeGetAllProperties(IObject) Method

All properties of the component or IODBObject. The property key and value is splitted by space key( ).

Definition

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

Parameters

Parent  IObject
Component or IODBObject of interest.

Return Value

ListString
List of all properties of the relevant component, this is without attributes.

See Also