Share

Database.Tdcreate Property

Description

Accesses the current TDCREATE value for the database.

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

Visual Basic

Public Property Tdcreate() As DateTime

C#

public DateTime Tdcreate;

Conditions

Read-only

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?