IAttributeGetTypeOfFeatureAttribute Method

Get Enum Type of Feature AtteributeEnum (bool, string, int, double, enum or unknown).

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static AttributeTypeEnum GetTypeOfFeatureAttribute(
	FeatureAttributeEnum AttributeEnum
)

Parameters

AttributeEnum  FeatureAttributeEnum
The relevant enum to get the type.

Return Value

AttributeTypeEnum
Type enum of bool,string, int, double, enum or unknown.

See Also