Class Idd
- Namespace
- EpNet
- Assembly
- EpNet.dll
This class is used to store a reference to a specific Energy+.idd version so that field number/name conversion is done accordingly.
public class Idd
- Inheritance
-
Idd
- Extension Methods
Remarks
Idd file is not loaded until the first time a field is referred by name.
This reduces overhead if only field numbers (positions) are used.
Constructors
Idd(string)
Creates and Idd object from the path to the specified Energy+.idd file.
public Idd(string iddFilePath)
Parameters
iddFilePath
stringEnergy+.idd file path.