API Reference
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
DB.Api.DataObject Class Reference

The DataObject class is used to access the SketchDDataObject which is the class used to house a Sketch model attribute. A model attribute is an object with an assigned name and value that can be associated with any of the Sketch model objects (buildings, building blocks, components, etc.). Attributes are used to associate various data items with model objects (e.g. setpoint temperatures with zones). An inheritance mechanism is built into DB which enables the values of attributes to be inherited from higher levels of decomposition (site->building->building block...) or hard-set at specific levels. More...

Public Member Functions

void Dispose ()
 

Properties

bool IsDefault [get, set]
 Returns boolean value that determines whether the data object is inherited from the level above (default) or hard-set.
 
string Name [get]
 Returns the name of the data object attribute.
 
string Attribute [get, set]
 Used to retrieve or set the value of the data object attribute.
 

Detailed Description

The DataObject class is used to access the SketchDDataObject which is the class used to house a Sketch model attribute. A model attribute is an object with an assigned name and value that can be associated with any of the Sketch model objects (buildings, building blocks, components, etc.). Attributes are used to associate various data items with model objects (e.g. setpoint temperatures with zones). An inheritance mechanism is built into DB which enables the values of attributes to be inherited from higher levels of decomposition (site->building->building block...) or hard-set at specific levels.


The documentation for this class was generated from the following file: