Table of Contents

Namespace EpNet

Classes

ExtensionMethods

Provides additional functionality in the form of extension methods.

Field

Field class represent a field in an idf object. It implements methods for getting/setting numeric or string values.

Value property refers to the string representation of the field but if the field is numeric it can also be retrieved as a double variable using the Number property.

Idd

This class is used to store a reference to a specific Energy+.idd version so that field number/name conversion is done accordingly.

IdfObject

Represents an individual idf object, as a enumeration of fields

IdfReader

Provides methods to manipulate an idf model by accessing to the different idf classes and their fields.