GetDrawingSupportFiles Method (IApplication) Send Feedback
See Also  Example
DrawingSupportFiles[out]
IDrawingSupportFiles
Gets access to the DraftSight options that get and set default paths and file names for these drawing-support files: alternate font, drawing, drawing template, external references, font mapping, library, LineStyle, and RichLineStyle.

Syntax

Visual Basic 
Function GetDrawingSupportFiles() As DrawingSupportFiles
C# 
DrawingSupportFiles GetDrawingSupportFiles()
JavaScript 
GetDrawingSupportFiles() : dsDrawingSupportFiles
COM native C++ 
HRESULT GetDrawingSupportFiles(
   IDrawingSupportFiles** DrawingSupportFiles
)  
C++ 
DSRESULT GetDrawingSupportFiles(
   dsDrawingSupportFiles** DrawingSupportFiles
)  

Parameters

DrawingSupportFiles[out] or Return Value
IDrawingSupportFiles

Example

Remarks

The IDrawingSupportFiles interface corresponds to clicking Tools > Options > File Locations > Drawing Support in the user interface.
 

See Also

Availability

DraftSight V1R5.0