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
- Set initial values
 Property :: initializeAttributes (  )
- Initialize attributes from instance passed
 Property :: initializeAttributes ( cInstance )
Implementation details
- 
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. to list
- 
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). 
 to list
- cInstance
 - Instance

