Removes a classification from an element.
GSErrCode ACAPI_Element_RemoveClassificationItemDefault ( API_ElemTypeID typeID, API_ElemVariationID variationID, const API_Guid& itemGuid );
Parameters
- typeID
- [in] Type of the default element.
- variationID
- [in] The element variation that distinguishes the element kinds of the same type.
- itemGuid
- [in] The guid of the classification item, that should be removed from the element.
Return Values
NoError
- The function has completed with success.
APIERR_BADID
- The typeID and variationID together did not refer to a valid default element or itemGuid did not refer to a valid classification item.
APIERR_BADPARS
- The element did not have the specified classification.
APIERR_READONLY
- The element can not be modified (i.e. from a hotlink) or you do not have the right to remove classifications from elements in the current teamwork plan.
For other common API errors see the API Errors document.
Example
For detailed examples, please see the Classification_Test add-on.
Requirements
- Version: API 21 or later
- Header: ACAPinc.h