IAttributeElementCreateUserAttribute(String, String, ODBEntityEnum, IPCBIWindow) Method

User Attributes are handled differently, you need this static method to create the user attribute and set the value.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static IAttributeElement CreateUserAttribute(
	string UserAttributeName,
	string Value,
	ODBEntityEnum EntityType,
	IPCBIWindow Parent
)

Parameters

UserAttributeName  String
The name of the new user attribute.
Value  String
Value of the user attribute.
EntityType  ODBEntityEnum
 
Parent  IPCBIWindow
User attributes always need an IPCBIWindow to reference to.

Return Value

IAttributeElement
New attribute elment of this created user attribute.

See Also