IAcadPreferencesFiles
This object contains the options from the Files tab on the Options dialog
Supported Platforms: Windows only
Object Inheritance
Members
These members are part of this object:
Methods- SetProjectFilePath
- GetProjectFilePath
Properties- Application
- SupportPath
- DriversPath
- MenuFile
- HelpFilePath
- DefaultInternetURL
- ConfigFile
- TextEditor
- MainDictionary
- CustomDictionary
- AltFontFile
- FontFileMap
- PrintFile
- PrintSpoolExecutable
- PostScriptPrologFile
- PrintSpoolerPath
- AutoSavePath
- TemplateDwgPath
- LogFilePath
- TempFilePath
- TempXrefPath
- TextureMapPath
- AltTabletMenuFile
- PrinterConfigPath
- PrinterDescPath
- PrinterStyleSheetPath
- WorkspacePath
- ColorBookPath
- ToolPalettePath
- CustomIconPath
- QNewTemplateFile
- SetProjectFilePath()
Void SetProjectFilePath([in] BSTR ProjectName, [in] BSTR ProjectFilePath)
Sets the directory in which Argon looks for external reference files
- GetProjectFilePath()
BSTR GetProjectFilePath([in] BSTR ProjectName)
Gets the directory in which Argon looks for external reference files
- Application [ReadOnly]
IAcadApplication* Application( )
Gets the Application object
- SupportPath
Void SupportPath( )
Specifies the directories where Argon searches for support files
- DriversPath
Void DriversPath( )
Specifies the directory in which Argon looks for ADI device drivers for the video display, pointing devices, printers, and plotters
Void MenuFile( )
Specifies the location of the Argon menu file for the session
- HelpFilePath
Void HelpFilePath( )
Specifies the location of the Argon Help file
- DefaultInternetURL
Void DefaultInternetURL( )
Specifies the default Internet address
- ConfigFile [ReadOnly]
BSTR ConfigFile( )
Gets the location of the configuration file used to store hardware device driver information
- TextEditor
Void TextEditor( )
Specifies the name of the text editor for the MTEXT command
- MainDictionary
Void MainDictionary( )
Specifies the current dictionary to use for spell checking
- CustomDictionary
Void CustomDictionary( )
Specifies a custom dictionary to use if you have one
- AltFontFile
Void AltFontFile( )
Specifies the location of the font file to use if Argon can't locate the original font and an alternate font is not specified in the font mapping file
- FontFileMap
Void FontFileMap( )
Specifies the location of the file that defines how Argon should convert fonts it can't locate
- PrintFile
Void PrintFile( )
Specifies an alternate name to use for the temporary plot file name
- PrintSpoolExecutable
Void PrintSpoolExecutable( )
Specifies the application to use for print spooling
- PostScriptPrologFile
Void PostScriptPrologFile( )
Specifies a name for a customized prolog section in the acad.psf file
- PrintSpoolerPath
Void PrintSpoolerPath( )
Specifies the directory for the print spool files. Argon writes the plot to this location
- AutoSavePath
Void AutoSavePath( )
Specifies the path for the file that is created if you enable automatic save using the AutoSaveInterval property
- TemplateDwgPath
Void TemplateDwgPath( )
Specifies the path for the template files used by the start-up wizards
- LogFilePath
Void LogFilePath( )
Specifies the location for the log file
- TempFilePath
Void TempFilePath( )
Specifies the directory Argon uses to store temporary files
- TempXrefPath
Void TempXrefPath( )
Specifies the location of external reference files
- TextureMapPath
Void TextureMapPath( )
Specifies the directory in which Argon searches for rendering texture maps
Void AltTabletMenuFile( )
Specifies the path for an alternate menu to swap with the standard Argon tablet menu
- PrinterConfigPath
Void PrinterConfigPath( )
Specifies the location for printer configuration files
- PrinterDescPath
Void PrinterDescPath( )
Specifies the location for printer description files
- PrinterStyleSheetPath
Void PrinterStyleSheetPath( )
Specifies the location for printer style sheet files
- WorkspacePath
Void WorkspacePath( )
Specifies the path for the database workspace file
- ColorBookPath
Void ColorBookPath( )
Sets the Colorbook path.
- ToolPalettePath
Void ToolPalettePath( )
Sets the ToolPalette path.
- CustomIconPath
Void CustomIconPath( )
Sets the CustomIcon path.
- QNewTemplateFile
Void QNewTemplateFile( )
Sets the default template file name for the QNEW command.