AcMapClassificationManager::ClearAllTags Method

Land Desktop Development ARX CPP SDK

AcMapClassificationManager:: ClearAllTags Method
 

Unclassifies multiple entities entirely. Unclassifying entities does not trigger internal transactions. This function differs from Unclassify() because it ignores the feature-definition file that was used to classify the entities.

AcMapObjClass::EErrCode ClearAllTags(
    AcDbObjectIdArray* paAlreadyClearedIds, 
    AcDbObjectIdArray& aEntIds
);
Parameters 
Description 
paAlreadyClearedIds 
Output IDs of the entities that had no classification information at all, or NULL if not needed by the caller.  
aEntIds 
Input IDs of the entities to unclassify entirely.  
Returns

Returns AcMapObjClass::EErrCode eOk if all entities are cleared successfully. Returns AcMapObjClass::EErrCode eAlreadyUnclassified if at least one entity is already unclassified. Returns AcMapObjClass::EErrCode eFailed if the process failed for at least one entity.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].