dsApplicationOptionInt32_e Enumeration Send Feedback
See Also 
Application options with Int32 values.

Syntax

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

Members

MemberDescription
dsApplicationOptionInt32_CountNot used
dsApplicationOptionInt32_EnblClkDrg1 = Tools > Options > User Preferences > Mouse Options > Options > Enable Click and drag:
  • 0 = Disabled
  • 1 = Enabled
dsApplicationOptionInt32_EnblEntSelAuto2 = Tools > Options > User Preferences > Drafting Options > Entity Selection > Selection Settings > Automatic window/cross selection:
  • 0 = Disabled
  • 1 = Enabled
dsApplicationOptionInt32_SetCmdPrmtLvl3 = Sets the number of prompts to display in the command window; range 0-5, where 0 is the least restrictive and displays the most number of prompts (default) and 5 is the most restrictive and displays the least number of prompts
dsApplicationOptionInt32_SetCrdInptMode4 = Sets the number of prompts to display in the command window; range 0-5, where 0 is the least restrictive and displays the most number of prompts (default) and 5 is the most restrictive and displays the least number of prompts
dsApplicationOptionInt32_SetEntSelAdd5 = Set how entities are added to the selection set:
  • 0 = Selected entities replace any previously selected entities in the selection set
  • 1 = Selected entities added to current selection set
dsApplicationOptionInt32_SetSvTm6 = Tools > Options > System Options > Auto-save & Backup > Auto-save/backups > Save document every nn minutes
dsApplicationOptionInt32_Undefined0 = Undefined

Remarks

 

See Also