Share

Database.RetainOriginalThumbnailBitmap Property

Description

Accesses the status of the thumbnail bitmap toggle flag. The status is FALSE by default. If it is toggled to TRUE, the Database will always try to retain the original image, no matter what other action is taken.

Visual Basic

Public Property RetainOriginalThumbnailBitmap() As bool

C#

public bool RetainOriginalThumbnailBitmap;

Conditions

Read / Write

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?