| Visual Basic | |
|---|---|
Public Enum dsApplicationOptionBool_e Inherits System.Enum | |
| C# | |
|---|---|
public enum dsApplicationOptionBool_e : System.Enum | |
| JavaScript | |
|---|---|
dsApplicationOptionBool_e : String | |
| COM native C++ | |
|---|---|
enum dsApplicationOptionBool_e | |
| C++ | |
|---|---|
enum dsApplicationOptionBool_e | |
| Member | Description |
|---|---|
| dsApplicationOptionBool_Count | 12 = Not used |
| dsApplicationOptionBool_EnblBAttDlgs | 1 = Sets whether attribute values are typed in a dialog or at the command prompt:
|
| dsApplicationOptionBool_EnblBAttVrfy | 2 = Sets whether to use default attribute values when inserting Blocks or to prompt the user for values:
|
| dsApplicationOptionBool_EnblBMPPrvw | 3 = Sets whether to save BMP preview images with the drawing:
|
| dsApplicationOptionBool_EnblEntSelPreSel | 4 = Tools > Options > User Preferences > Drafting Options > Entity Selection > Selection Settings > Enable entity selection before commands:
|
| dsApplicationOptionBool_EnblGBox | 5 = Tools > Options > User Preferences > Drafting Options > Display > Gravity Box > Enable ESnap gravity:
|
| dsApplicationOptionBool_EnblImgHlt | 6 = Sets whether to highlight the raster image or only its frame:
|
| dsApplicationOptionBool_EnblNavDlgs | 7 = Suppresses file navigation dialogs:
|
| dsApplicationOptionBool_EnblPrxyWrng | 8 = Sets whether to display a notice when a proxy is created:
|
| dsApplicationOptionBool_EnblRgnBndryDel | 9 = Sets whether geometry used to create 3D entities is deleted:
|
| dsApplicationOptionBool_EnblRstrOleDsp | 10 = Sets whether to display both raster images and OLE content or display outlines when zooming and panning:
|
| dsApplicationOptionBool_SetTxtPrnFill | 11 = Sets filling of TrueType fonts while printing:
|
| dsApplicationOptionBool_Undefined | 0 = Undefined |
Syntax