Share

DocumentCollection Class

Description

This .NET class wraps the AcApDocManager ObjectARX class.

The DocumentManager object is the container for all the document objects (there is one document object for each drawing that is open and being edited).

Class Hierarchy

Autodesk.AutoCAD.ApplicationServices.DocumentCollection

C#

public sealed class DocumentCollection : MarshalByRefObject, ICollection;

Visual Basic

Public sealed Class DocumentCollection
Inherits MarshalByRefObject
Inherits ICollection

Links

DocumentCollection Classes, DocumentCollection Methods, DocumentCollection Properties, DocumentCollection Events

Was this information helpful?