Description
This .NET class wraps the AcDbObjectContextManager ObjectARX class.
Exposes the collection of context types supported by the drawing.
Each Database exposes an ObjectContextManager which can be used to register, unregister, and enumerate custom context collections.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.ObjectContextManager
C#
public class ObjectContextManager : RXObject;
Visual Basic
Public Class ObjectContextManager Inherits RXObject