#include "ciflib.h"
char *cifGetCategoryName(const int dataBlockIndex,
const int categoryIndex)
cifGetCategoryNameByIndex returns the name of the category identified by its index within the data block identified by its index.
| dataBlockIndex | zero-based index of the target data block |
| categoryIndex | the zero-based index of the target category |
Returns a category name or a NULL value for failure.
| See also: | cifGetCategoryName |
|---|---|
| cifGetCategoryNames | |
| cifGetCategoryNamesByIndex | |
| cifGetCategoryIndex |