The BaseData
structure defines a set of base data common to multiple core
library objects and framework objects. For example, BaseData
is used in objects of the Backend
, Device
, Population
, and Projection
classes.
BaseData
includes the following attributes:
uid_
—unique ID of the object.tags_
—associative TagMap
array consisting of the tags used by the object and their values.