...
Type | Name | Comment |
SdaiAppInstance | currInst | A numeric instanceID that uniquely identifies an instance in the EDMdatabase that will be the owner instance of the created typed aggregate. This instanceID is defined when the actual instance is created by the sdaiCreateInstance or sdaiCreateInstanceBN operation. |
SdaiAttr | attrId | A numeric attributeID that uniquely identifies an attribute definition instance in the EDMdatabase. This attribute definition instance defines the domain of the actual typed aggregate. The attributeID is returned from the sdaiGetAttrDefinition and sdaiGetAttrDefinitionBN functions. |
SdaiSelect | pSel | Address of the tSdaiSelect type structure that contains the typed specification of the actual aggregate. The actual aggregate is typed with a path of pSel->nTypes elements. The actual path is found in the buffer pointed to by pSel->typeList. Each element in this buffer is a numeric typeID identifying a defined type instance in the EDMdatabase, hence the type specification consist of one ore more typeID that uniquely defines the typed aggregate. The last typeId in the pSel->typeList defines the aggregate type and the element type of the actual created aggregate. The typeID is retrieve by the edmiGetDefinedType or the edmiGetDefinedTypeBN operations. |
Return Value
...
Type | Comment |
SdaiAggr |
Options
...