dsCommandOptionPoint2d_e Enumeration Send Feedback
See Also 
Command options for 2D points.

Syntax

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

Members

MemberDescription
dsCommandOptionPoint2d_CountNot used
dsCommandOptionPoint2d_GetSzVP1 = Size of Viewport in pixels (x and y coordinates and read only)
dsCommandOptionPoint2d_GetXYLLBnds2 = x and y coordinates indicating the lower-left grid limits for the current workspace
dsCommandOptionPoint2d_GetXYURBnds3 = x and y coordinates indicating the upper-right grid limits for the current workspace
dsCommandOptionPoint2d_SetGridUnt

4 = Tools > Options > User Preferences > Drafting Options > Display > Grid Settings > Spacing > Horizontal display spacing and Vertical Display spacing; valid values for both settings 1-100

dsCommandOptionPoint2d_SetSnpBase5 = x and y coordinates indicating the grid origin in the current Viewport relative to the current custom coordinate system (CCS)
dsCommandOptionPoint2d_SetSnpSpc6 = Tools > Options > User Preferences > Drafting Options > Pointer Control > Snap Settings > Spacing > Horizontal Snap spacing and Vertical Snap spacing; valid values for both settings 1-100
dsCommandOptionPoint2d_Undefined0 = Undefined

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 dsCommandOptionPoint2d_; for example, typing GetSzVP in the command prompt is equivalent to using dsCommandOptionPoint2d_GetSzVP in code.

See Also