Share

LayerCollection Class

Description

This .NET class wraps the AcArray<AcDbObjectId> ObjectARX class.

ObjectId object is a container for the address of a database-resident object's stub. As such, it is an extremely important object because it contains the only session-persistent locator for the database-resident object.

Class Hierarchy

Autodesk.AutoCAD.LayerManager.LayerCollection

Visual Basic

Public sealed Class LayerCollection
Inherits ICollection

C#

public sealed class LayerCollection : ICollection;

Links

LayerCollection Methods, LayerCollection Properties

Was this information helpful?