company logo

Property :: initializeAttributes - Initialize instance attributs

The function initializes instance attributes for the selected instance. When no instance is selected, the function throws an error.

Implementation overview

Implementation details

  1. Set initial values
    Property  :: initializeAttributes (  )

    The function sets all instance attributes to its initial values, i.e. the default value for the data type or the value defined as initial value for an attribute.

  2. to list
  3. Initialize attributes from instance passed
    Property  :: initializeAttributes ( odaba::Instance &cInstance )

    The function copies all attribute values from the instance passed in vInstance. The data type for the instance passed in vInstance must correspond to the instance currently selected in the property.

    • cInstance - Instance

      The instance is passed as String, which is structured as ESDF data (object interchange format).

  4. to list