Click or drag to resize

EcoLabConstant Properties

The EcoLabConstant type exposes the following members.

Properties
  NameDescription
Public propertyBuildInId
BuildIn ID if an engine provided value
Public propertyDefaultValue
default value
Public propertyDescription
General description of constant
Public propertyEcoLabId
EcoLab ID, as defined in the template
Public propertyIsGlobal
Flag specifying whether the constant is global in EcoLab terms (Spatial variation = None). If constant is not global, it will be set for all computational points.

The constant may only be defined with one global value, but still have this set to false. Then that global value is applied on all computational points.

If this is set to true, only the global value in Values is used.

This must match the Spatial Variation value in the ECO Lab template

Public propertyUserSpecified
Flag defining if the value is user specified. The flag must be set if BuildInId is not defined. It can also be set if the BuildInId is defined, then the user specified value overrides the build in value.
Public propertyValues
Values of constant.

If IsGlobal is set, only the GlobalValue is used.

Top
See Also