C_ClearTags

Call C_ClearTags to delete all tags from the specified object.

void C_ClearTags(

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.

See also

C_DeleteTag, C_DestroyTags, C_GetTag, C_GetTagCount, C_GetTags, C_SetTag.