C_GetTagCount

Call C_GetTagCount to get the number of tags defined for an object.

int C_GetTagCount(

TOrcFxAPIHandle ObjectHandle,

int *lpStatus

);

Parameters

ObjectHandle (IN)

The handle of the object.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

Return value

The number of tags defined for the specified object.

See also

C_ClearTags, C_DeleteTag, C_DestroyTags, C_GetTag, C_GetTags, C_SetTag.