Previous Topic: Related FunctionsNext Topic: EApiCountModelObjs


Example

#include <eapidef.h>
EAPIRC rc = EAPI_SUCCESSFUL_RC;
LCOUNT lCount;
rc = EApiCountEncyModelIds((PLCOUNT) &lCount);
if ( rc != EAPI_SUCCESSFUL_RC )
printf("Error in EApiCountEncyModelIds\n");
else
printf("Count = %ld\n", lCount);