IAttributeGetAllAttributes(INet, IPCBIWindow) Method

Create a list of all existing attributes of the current net.

Definition

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

Parameters

Net  INet
The current net to build the attribute list.
Window  IPCBIWindow
 

Return Value

ListIAttributeElement
List of all net attributes.

See Also