IAttributeGetUserAttribute Method

Search for one use attribute to create only one IAttributeElement or return null if it is not available.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static IAttributeElement GetUserAttribute(
	IObject Parent,
	string NameOfUserAttribute,
	IPCBIWindow Window
)

Parameters

Parent  IObject
IODBObject or ICMPObject
NameOfUserAttribute  String
Only user attribute with this name are returend.
Window  IPCBIWindow
 

Return Value

IAttributeElement
The searched attribute or null.

See Also