Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 855 Bytes

IDdEnergyBaseModel.md

File metadata and controls

15 lines (10 loc) · 855 Bytes

HoneybeeSchema.Model.IDdEnergyBaseModel

Properties

Name Type Description Notes
Identifier string Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \n \t).
DisplayName string Display name of the object with no character restrictions. [optional]
Type string [optional] [readonly] [default to "IDdEnergyBaseModel"]

[Back to Model list] [Back to API list] [Back to README]