#include "ciflib.h"
char *cifGetItemAliasName(const char *dataBlockName,
const char *categoryName,
const char *itemKeyword);
cifGetItemAliasName returns the alias name used to declare the item which is identified by its keyword name within the target category and within the target data block.
| dataBlockName | name of the target data block |
| categoryName | name of the target category |
| itemKeyword | name of the target keyword in the the target category |
Returns an alias name or a NULL value for failure.
| See also: | cifGetItemAliasNameByIndex |
|---|