Share

Database.NumberOfSaves Property

Description

Accesses the number of times the database has been saved in the current session, or zero if it has not been saved in the current session.

Visual Basic

Public Property NumberOfSaves() As Integer

C#

public int NumberOfSaves;

Conditions

Read / Write

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?