ISystemFiles Interface Send Feedback
See Also  Members   Example
Allows access to the DraftSight options that get and set these system files: dictionary, font, Help, log, and support.

Syntax

Visual Basic 
Public Interface ISystemFiles 
C# 
public interface ISystemFiles 
JavaScript 
Object dsSystemFiles
COM native C++ 
interface ISystemFiles
C++ 
class dsSystemFiles

Example

Remarks

The ISystemFiles interface corresponds to clicking Tools > Options > File Locations > System in the user interface.

Accessors

Object Model

See Also