Visual Basic | |
---|---|
Public Enum dsCommandOptionInt8_e Inherits System.Enum |
C# | |
---|---|
public enum dsCommandOptionInt8_e : System.Enum |
JavaScript | |
---|---|
dsCommandOptionInt8_e : String |
COM native C++ | |
---|---|
enum dsCommandOptionInt8_e |
C++ | |
---|---|
enum dsCommandOptionInt8_e |
Member | Description |
---|---|
dsCommandOptionInt8_Count | Not used |
dsCommandOptionInt8_SetDlDmZroDsp | 1 = Tools > Options > Drafting Styles > Dimension > Dual Dimension > Zeroes display:
|
dsCommandOptionInt8_SetDmTolVJst | 2 = Tools > Options > Drafting Styles > Dimension > Tolerance > Tolerance settings > Vertical text justification:
|
dsCommandOptionInt8_SetTDmDZroDsp | 3 = Tools > Options > Drafting Styles > Dimension > Tolerance > Tolerance settings > Dual dimension > Zeroes display:
|
dsCommandOptionInt8_SetTDmZroDsp | 4 = Tools > Options > Drafting Styles > Dimension > Tolerance > Tolerance settings > Zeroes display:
|
dsCommandOptionInt8_Undefined | 0 = Undefined |
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 dsCommandOptionInt8_; for example, typing SetDlDmZroDsp in the command prompt is equivalent to using dsCommandOptionInt8_SetDlDmZroDsp in code.