Share

Database.Tdupdate Property

Description

Accesses the current TDUPDATE value for the database.

See the System Variables section of the AutoCAD Command Reference for information on TDUPDATE.

Visual Basic

Public Property Tdupdate() As DateTime

C#

public DateTime Tdupdate;

Conditions

Read-only

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?