Share

Database.LastSavedAsVersion Property

Description

Accesses the version that the current drawing was last saved as in the current session. If the current session has not yet done a save on this drawing, then it returns zero.

Visual Basic

Public Property LastSavedAsVersion() As DwgVersion

C#

public DwgVersion LastSavedAsVersion;

Conditions

Read-only

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?