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
Visual Basic
Public Class ObjectContextManager Inherits RXObject
C#
public class ObjectContextManager : RXObject;