aciObjectAddAttribute

Call the aciObjectAddAttribute function to add a new attribute to an ACI object.

Syntax

aciError aciObjectAddAttribute(
   t_aciObject* pObject,
   const char* szAttributeName,
   const char* szAttributeValue)

Arguments

Arguments Type/Description
pObject t_aciObject*  A pointer to the ACI object to add the attribute to.
szAttributeName const char*  The attribute name.
szAttributeValue const char*  The attribute value.

Discussion

This function adds an aciObjectVariable to the object's attribute linked list.

Returns

An ACI error code.