Links
AcMapClassificationManager Class
Performs general classification operations at the drawing level. For more information, search for feature classification and feature definitions in AutoCAD Map Help.
class AcMapClassificationManager;
File
AcMapClassificationManager.h
|
Destroys an instance of this class. | |
|
Constructs an instance of this class by using the specified AutoCAD database. | |
|
Attaches an existing feature-definition file to the current drawing. | |
|
Examines an entity for out-of-range or missing classified-property values, fixing these values if desired. | |
|
Examines multiple entities for out-of-range or missing classified-property values, listing and fixing these values if desired. | |
|
Determines whether the current user has sufficient privileges to change the classification information in the feature-definition file. | |
|
Classifies an entity with a feature class name. | |
|
Classifies multiple entities with a feature class name. | |
|
Unclassifies an entity 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 entity. | |
|
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. | |
|
Creates a new feature class definition and adds it to the feature-definition file attached to the current drawing. | |
|
Creates a new feature class definition and adds it to the feature-definition file attached to the current drawing. | |
|
Creates a new feature-definition file and attaches it to the current drawing. | |
|
Deletes a feature class definition from the feature-definition file attached to the current drawing. | |
|
Detaches the current feature-definition file from the current drawing. | |
|
Creates a copy of an existing feature class definition. | |
|
Lists all the classification tags of an entity. | |
|
Lists all the classified entities in the current drawing. | |
|
Lists all the classified entities in the current drawing for a feature class name. | |
|
Lists all the classified properties and their values of an entity. | |
|
Lists all the classified properties and their values of an entity. | |
|
Retrieves an existing feature class definition. | |
|
Counts the number of feature class definitions in the feature-definition file attached to the current drawing. | |
|
Lists all the feature class definition names in the feature-definition file attached to the current drawing. | |
|
Retrieves the name of the feature-definition file, if any, attached to the current drawing. | |
|
Lists all the properties and their values of an entity. | |
|
Lists all the properties and their values of an entity. | |
|
Lists all the unclassified entities in the current drawing. | |
|
Lists all the undefined entities in the current drawing. | |
|
Determines whether an entity is classified. | |
|
Determines whether a class name is defined in the feature-definition file attached to the current drawing. | |
|
Reloads the feature-definition file attached to the current drawing. | |
|
Renames a feature class definition in the feature-definition file attached to the current drawing. | |
|
Saves the feature-definition file attached to the current drawing. | |
|
Saves with a different name the feature-definition file attached to the current drawing. | |
|
Unclassifies an entity. Unclassifying entities does not trigger internal transactions. Unclassify only entities classified with the currently attached feature-definition file. If you unclassify an entity that was classified with a different feature-definition file, the corresponding tags will not be changed. To remove all existing tags, regardless of which feature-definition file was used, use ClearAllTags(). | |
|
Unclassifies multiple entities. Unclassifying entities does not trigger internal transactions. Unclassify only entities classified with the currently attached feature-definition file. If you unclassify an entity that was classified with a different feature-definition file, the corresponding tags will not be changed. To remove all existing tags, regardless of which feature-definition file was used, use ClearAllTags(). |
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].
Methods