IEDA_PRP Class

Class to handle ODB++ eda properties.

Definition

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

Constructors

IEDA_PRP Create instance of property class.

Properties

NAME The EDA property name.
Ns List of all numbers in this EDA property.
VALUE_STRING Get value as string without \' at the end or beginning.

Methods

Equals
(Overrides ObjectEquals(Object))
SetValue Set Value in correct spelling with 'xxx' (This trim empty spaces at the beginning and end).
ToString
(Overrides ObjectToString)
ToValueString Combine string and numbers to one "Value String". This starts with '' if the string part is empty, all values are splitted with ' '.

Extension Methods

See Also