Autodesk.AutoCAD.DatabaseServices Namespace > AssocManager Class
AssocManager Class   
Description

This wraps the ObjectARX AcDbAssocManager class. 

This class currently just contains static methods to evaluate the top-level network of a given database and to add/remove global evaluation callbacks. 

There is currently no need to create an object of AssocManager class and add it to the database, but this object is still derived from DBObject, in case in the future there is a need to have a database-resident instance of AssocManager class that might keep additional data.

Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.AssocManager
Visual Basic
Public Class AssocManager
Inherits DBObject
C#
public class AssocManager : DBObject;
Links
   Comments?