dsApplicationOptionString_e Enumeration Send Feedback
See Also 
Application options for strings.

Syntax

Visual Basic 
Public Enum dsApplicationOptionString_e 
   Inherits System.Enum
C# 
public enum dsApplicationOptionString_e : System.Enum 
JavaScript 
dsApplicationOptionString_e : String
COM native C++ 
enum dsApplicationOptionString_e
C++ 
enum dsApplicationOptionString_e

Members

MemberDescription
dsApplicationOptionString_CountNot used
dsApplicationOptionString_GetActDict1 = Path and file name of current custom dictionary
dsApplicationOptionString_GetActUsr2 = Name of active Windows user (read only)
dsApplicationOptionString_GetInfOS3 = Code for current locale (read only)
dsApplicationOptionString_GetLstSvNm4 = Path and file name of most recently saved drawing (read only)
dsApplicationOptionString_GetNmActPrfl5 = Current profile name (read only)
dsApplicationOptionString_GetNmAutoSvFl6 = Current automatic save file name (read only)
dsApplicationOptionString_GetNmPrdct7 = Product name (read only)
dsApplicationOptionString_GetNmPrgm8 = Program name (read only)
dsApplicationOptionString_GetPlatform9 = Operating system and platform in use (read only)
dsApplicationOptionString_GetPthDS10 = Paths specified by environment variable, if it exists (read only)
dsApplicationOptionString_GetPthDWG11 = Drive and folder of active drawing (read only)
dsApplicationOptionString_Lgcy_PKSER12 = Product identification number (read only and see Remarks)
dsApplicationOptionString_LgcySHPNAME13 = Default shape name (see Remarks)
dsApplicationOptionString_SetActMnu14 = Tools > Options > File Locations > Interface > Customization File
dsApplicationOptionString_SetAltBgFnt26 = Tools > Options > File Locations > Drawing Support > Alternate Font File > Big font
dsApplicationOptionString_SetAltFnt15 = Tools > Options > File Locations > Drawing Support > Alternate Font File > SHX font
dsApplicationOptionString_SetAltShp25 = Tools > Options > File Locations > Drawing Support > Alternate Font File > Shape file
dsApplicationOptionString_SetAutoSvPth16 = Tools > Options > System Options > Auto-Save & Backup > Automatic save file location
dsApplicationOptionString_SetBrwsrUrl17 = Default web site for OpenWebPage
dsApplicationOptionString_SetDictFNm18 = Displays the file name of the current main spelling dictionary; the full path is not shown because this file is expected to reside in the Support directory
dsApplicationOptionString_SetFntMpFNm19 = Tools > Options > File Locations > Drawing Support > Font Mapping File
dsApplicationOptionString_SetLogPth20 = Tools > Options > File Locations > System > Log File Location
dsApplicationOptionString_SetPGdSpcAng21 = Tools > Options > User Preferences > Drafting Options > Display > Polar Guides > Incremental angles for Polar guide display
dsApplicationOptionString_SetPrmptTxt22 = Tools > Options > System Options > Display > Command window text > Command line text
dsApplicationOptionString_SetPSProLog23 = PostScript prolog section name
dsApplicationOptionString_SetPthTemp24 = Tools > Options > File Locations > System > Temporary File Location (read only)
dsApplicationOptionString_Undefined0 = Undefined

Remarks

The string Lgcy in a command option indicates that setting the command option has no effect in DraftSight; however, the value is stored in the DWG file.

In most instances, user-interface command option equivalents are the strings following dsCommandOptionString_; for example, typing SetPthTemp in the command prompt is equivalent to using dsCommandOptionString_SetPthTemp in code.

See Also