dsCommandOptionPoint3d_e Enumeration Send Feedback
See Also 
Command options for 3D points.

Syntax

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

Members

MemberDescription
dsCommandOptionPoint3d_CountNot used
dsCommandOptionPoint3d_GetLstXY1 = x, y, and z coordinates of last point specified, relative to the current custom coordinate system (CCS), for the current space
dsCommandOptionPoint3d_GetOrgActCS2 = x, y, and z coordinates of the the world coordinate system (WCS), of the origin of the active CCS of the active Viewport (read only)
dsCommandOptionPoint3d_GetVwCtr3 = x, y, and z coordinates of the center of the view in the active Viewport (read only)
dsCommandOptionPoint3d_GetXDirActCS4 = x direction of the current USC of the active Viewport in the current space (read only);
dsCommandOptionPoint3d_GetXYLLFit5 = x, y, and z coordinates of the lower-left point of the drawing extents (read only)
dsCommandOptionPoint3d_GetXYURFit6 = x, y, and z coordinates of the upper-right point of the drawing extents (read only)
dsCommandOptionPoint3d_GetYDirActCS7 = y direction of the current CCS of the active Viewport (read only)
dsCommandOptionPoint3d_LgcyTARGET8 = x, y, and z CCS coordinates of the target point of the active Viewport (read only and see Remarks)
dsCommandOptionPoint3d_LgcyVIEWDIR9 = x, y, and z CCS coordinates of the viewing direction of the active Viewport (read only and see Remarks)
dsCommandOptionPoint3d_LgcyVSMAX10 = x, y, and z CCS coordinates of the upper-right corner of the active Viewport (read only and see Remarks)
dsCommandOptionPoint3d_LgcyVSMIN11 = x, y, and z USC coordinates of the lower-left corner of the active Viewport (read only and see Remarks)
dsCommandOptionPoint3d_SetBase12 = Base point (x, y, and z coordinates) when the drawing is to be used as a Block and inserted into another drawing
dsCommandOptionPoint3d_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 dsCommandOptionPoint3d_; for example, typing GetLstXY in the command prompt is equivalent to using dsCommandOptionPoint3d_GetLstXY in code.

See Also