Visual Basic | |
---|---|
Public Enum dsCommandOptionInt32_e Inherits System.Enum |
C# | |
---|---|
public enum dsCommandOptionInt32_e : System.Enum |
JavaScript | |
---|---|
dsCommandOptionInt32_e : String |
COM native C++ | |
---|---|
enum dsCommandOptionInt32_e |
C++ | |
---|---|
enum dsCommandOptionInt32_e |
Member | Description |
---|---|
dsCommandOptionInt32_Count | Obsolete. Superseded by dsApplicationOptionInt32_e. |
dsCommandOptionInt32_EnblClkDrg | Obsolete. Superseded by dsApplicationOptionInt32_e. |
dsCommandOptionInt32_EnblEntSelAuto | Obsolete. Superseded by dsApplicationOptionInt32_e. |
dsCommandOptionInt32_SetCmdPrmtLvl | Obsolete. Superseded by dsApplicationOptionInt32_e. |
dsCommandOptionInt32_SetCrdInptMode | Obsolete. Superseded by dsApplicationOptionInt32_e. |
dsCommandOptionInt32_SetEntSelAdd | Obsolete. Superseded by dsApplicationOptionInt32_e. |
dsCommandOptionInt32_SetSvTm | Obsolete. Superseded by dsApplicationOptionInt32_e. |
dsCommandOptionInt32_Undefined | Obsolete. Superseded by dsApplicationOptionInt32_e. |
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 dsCommandOptionInt32_; for example, typing EnblClkDrg in the command prompt is equivalent to using dsCommandOptionInt32_EnblClkDrg in code.