AcMapClassificationManager:: IsClassified Method
Determines whether an entity is classified.
bool IsClassified( AcMapStringArray& aClassNames, const AcDbObjectId& entId, const ACHAR* pszSchemaFileName ) const;
Parameters |
Description |
aClassNames |
Output array of class names, or empty if the entity is unclassified. This array typically contains one item because the classification feature permits only a single classification for a given feature-definition file. |
entId |
Input ID of the entity to examine. |
pszSchemaFileName |
Input name of the feature-definition file. This value, which determines the class definition's location, can be the name of the current or a now-detached feature-definition file. |
Returns
Returns true if the entity is classified for the specified feature-definition file; otherwise, returns false if the entity is unclassified.
Remarks
An entity is considered to be classified even if the corresponding feature class definition is not in the attached feature-definition file.
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].