IAttributeEnumOptions Method

Ask for enum options of the attribute, this is only for standard enums.

Definition

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

Parameters

attributeEnum  FeatureAttributeEnum
The relevant attribute enum.

Return Value

ListString
Return the options of the enum or null if the type is wrong or no options are available.

See Also