Share

Database.AnnotativeDwg Property

Description

Controls whether the drawing is treated as an annotative block when it is inserted into other drawings.

True to treat the drawing as an annotative block when it is inserted into other drawings, false otherwise. The default value for new databases is false.

Visual Basic

Public Property AnnotativeDwg() As bool

C#

public bool AnnotativeDwg;

Conditions

Read / Write

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?