GetInterfaceFiles Method (IApplication) Send Feedback
See Also  Example
InterfaceFiles[out]
IInterfaceFiles
Gets access to the DraftSight options that get and set default paths for these user-interface files: alias, custom icon, main customization, and custom menu.

Syntax

Visual Basic 
Function GetInterfaceFiles() As InterfaceFiles
C# 
InterfaceFiles GetInterfaceFiles()
JavaScript 
GetInterfaceFiles() : Number
COM native C++ 
HRESULT GetInterfaceFiles(
   IInterfaceFiles** InterfaceFiles
)  
C++ 
DSRESULT GetInterfaceFiles(
   dsInterfaceFiles** InterfaceFiles
)  

Parameters

InterfaceFiles[out] or Return Value
IInterfaceFiles

Example

Remarks

The IInterfaceFiles interface corresponds to clicking Tools > Options > File Locations > Interface in the user interface.
 

See Also

Availability

DraftSight V1R5.0