GetRecentFiles Method (IApplication) Send Feedback
See Also 
FilesStrArray[out]
Array of strings of the paths and file names of the files most recently opened in DraftSight
Gets the paths and file names of the files most recently opened in DraftSight.

Syntax

Visual Basic 
Sub GetRecentFiles( _
   ByRef FilesStrArray As System.Object _
) 
C# 
void GetRecentFiles( 
   out System.object FilesStrArray
)
JavaScript 
GetRecentFiles(
) : Array
COM native C++ 
HRESULT GetRecentFiles( 
   VARIANT* FilesStrArray
) 
C++ 
DSRESULT GetRecentFiles( 
   dsStringArray* FilesStrArray
) 

Parameters

FilesStrArray[out] or Return Value
Array of strings of the paths and file names of the files most recently opened in DraftSight
 

See Also

Availability

DraftSight V1R6.0