Share

Database.LayoutDictionaryId Property

Description

Accesses the object ID of the ACAD_LAYOUT dictionary, which contains objects of type Layout. The Layout dictionary stores characteristics of each Paper Space layout.

Visual Basic

Public Property LayoutDictionaryId() As ObjectId

C#

public ObjectId LayoutDictionaryId;

Conditions

Read-only

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?