IAttributeElement Constructor

Create a attribute element.

Definition

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

Parameters

AttributeEnum  FeatureAttributeEnum
The type of the attribute, you can not create special attributes with this constructor.

See Also