IAttributeElement Class

Info class for attribute elements with details.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class IAttributeElement
Inheritance
Object    IAttributeElement

Constructors

IAttributeElement Create a attribute element.

Properties

AttributeEnum Attribute enum gives you the type of the attribute element.
DisplayName The ODB++ conform display name of the attribute.
Value Value of the attribute, can be double, int, bool or string.

Methods

Clone Clone the attribute element and set the value and type.
CreateUserAttribute(String, Double, ODBEntityEnum, IPCBIWindow) User Attributes are handled differently, you need this static method to create the user attribute and set the value.
CreateUserAttribute(String, String, ODBEntityEnum, IPCBIWindow) User Attributes are handled differently, you need this static method to create the user attribute and set the value.
ValueOk Check for correct value of attribute, if the value is not ok it is not possible to set it with Value property.

Extension Methods

See Also