Share

DBObject.RemoveContext Method

Description

Removes a context from the collection.

The active context cannot be removed from a collection.

Visual Basic

Public Function RemoveContext(
    context As ObjectContext
) As void

C#

public void RemoveContext(
    ObjectContext context
);

Parameters

Parameters Description
ObjectContext context The context to remove from the collection.

Links

DBObject Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?