AcMapClassificationManager::GetAllTags Method

Land Desktop Development ARX CPP SDK

AcMapClassificationManager:: GetAllTags Method
 

Lists all the classification tags of an entity.

AcMapObjClass::EErrCode GetAllTags(
    AcMapStringArray& aTagNames, 
    AcMapStringArray& aSchemaNames, 
    const AcDbObjectId& entId
) const;
Parameters 
Description 
aTagNames 
Output array of feature class names.  
aSchemaNames 
Output array of feature-definition file names. The array index of each feature-definition file name matches the index of each corresponding feature class name in aTagNames.  
entId 
Input ID of the entity to examine.  
Returns

Returns AcMapObjClass::EErrCode eOk if successful. Returns AcMapObjClass::EErrCode eEntityNotClassified if the entity is unclassified. Returns AcMapObjClass::EErrCode eFailed if the process failed for some other reason.

Remarks

If an entity was classified multiple times by using different feature-definition files, this function retrieves all the entity's feature class names.

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].