IAttributeGetAllAttributes(IObject, IPCBIWindow) Method

Get attributes of parent object, that contains only attributes no properties.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static List<IAttributeElement> GetAllAttributes(
	IObject Parent,
	IPCBIWindow Window
)

Parameters

Parent  IObject
The object from which the list should be created.
Window  IPCBIWindow
 

Return Value

ListIAttributeElement
List of all relevant attributes.

See Also