dsCommandOptionInt32_e Enumeration Send Feedback
See Also 
Obsolete. Superseded by dsApplicationOptionInt32_e.

Syntax

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

Members

MemberDescription
dsCommandOptionInt32_CountObsolete. 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_SetSvTmObsolete. Superseded by dsApplicationOptionInt32_e.
dsCommandOptionInt32_UndefinedObsolete. Superseded by dsApplicationOptionInt32_e.

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 dsCommandOptionInt32_; for example, typing EnblClkDrg in the command prompt is equivalent to using dsCommandOptionInt32_EnblClkDrg in code.

See Also