aciObjectAttributeGetNames
Call the aciObjectAttributeGetNames
function to get an array of the attributes of the current object.
Syntax
aciError aciObjectAttributeGetNames( t_aciObject* pObject, char*** paszAttribNames, int* pnNumAttributes)
Arguments
Arguments | Type/Description |
---|---|
pObject
|
t_aciObject* A pointer to the ACI object whose attribute names you want to obtain. |
paszAttributeNames
|
char*** A pointer to an array of strings to store the attribute names. |
pnNumAttributes
|
int* A pointer to an integer to store the number of attributes. |
Discussion
This function populates an array of strings with the names of all the attributes of the XML tag represented by the object.
Returns
An ACI error code.