dsApplicationOptionDouble_e Enumeration Send Feedback
See Also 
Application options with double values.

Syntax

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

Members

MemberDescription
dsApplicationOptionDouble_Count5 = Not used
dsApplicationOptionDouble_GetDt1 = Current date and time in decimal format (read only)
dsApplicationOptionDouble_GetDtJul2 = Current date and time formatted as Julian day number.Decimal fraction of a day (read only)
dsApplicationOptionDouble_SetPGdAng3 = Tools > Options > User Preferences > Drafting Options > Display > Polar Guides > Display Polar guides at specific angle(s)
dsApplicationOptionDouble_SetRSnpSpc4 = Tools > Options > User Preferences > Drafting Options > Pointer Control > Snap Settings > RSnap spacing
dsApplicationOptionDouble_Undefined5 = Undefined

See Also