IAttributeUserEnumOptions Method

User enum options from the given UserEnumName, this return null if for the name no options available.

Definition

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

Parameters

UserEnumName  String
User enum name of the user attribute.

Return Value

ListString
Null or list with all enum options.

See Also