Share

ObjectContext Class

Description

This .NET class wraps the AcDbObjectContext ObjectARX class.

An abstract base class for representing a particular context which may affect the properties and/or behavior of one or more types of objects.Classes that are derived from this base class are used to represent a particular type of context such as annotation scale.

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.ObjectContext
    Autodesk.AutoCAD.DatabaseServices.AnnotationScale

C#

public abstract class ObjectContext : RXObject;

Visual Basic

Public abstract Class ObjectContext
Inherits RXObject

Links

ObjectContext Properties

Was this information helpful?