Share

LayerStateManager.LayerStateManager Constructor

Description

Database to be used by the new layer state manager object

C#

public LayerStateManager(
    Database database
);

Visual Basic

Public Sub New(
    database As Database
)

Parameters

Parameters Description
Database database Database association constructor.

Links

LayerStateManager Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?