Share

Database.OriginalFileName Property

Description

Accesses the file name that the database was originally opened under. May return a null pointer if the database was created from a DXF file or a pre-R13 drawing file.

Visual Basic

Public Property OriginalFileName() As string

C#

public string OriginalFileName;

Conditions

Read-only

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?