ObjectContextManager Class

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

Links