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.
Autodesk.AutoCAD.DatabaseServices.DBObject Autodesk.AutoCAD.DatabaseServices.AssocManager
Public Class AssocManager Inherits DBObject
public class AssocManager : DBObject;
Comments? |