Share

AcGiLineType

C++

typedef enum {
  kLineTypeSolid = 0x00,
  kDashed = 0x01,
  kDotted = 0x02,
  kDash_Dot = 0x03,
  kShort_Dash = 0x04,
  kMedium_Dash = 0x05,
  kLong_Dash = 0x06,
  kShort_Dash_X2 = 0x07,
  kMedium_Dash_X2 = 0x08,
  kLong_Dash_X2 = 0x09,
  kMedium_Long_Dash = 0x0A,
  kMedium_Dash_Short_Dash_Short_Dash = 0x0B,
  kLong_Dash_Short_Dash = 0x0C,
  kLong_Dash_Dot_Dot = 0x0D,
  kLong_Dash_Dot = 0x0E,
  kMedium_Dash_Dot_Short_Dash_Dot = 0x0F,
  kSparse_Dot = 0x10,
  kISO_Dash = 0x11,
  kISO_Dash_Space = 0x12,
  kISO_Long_Dash_Dot = 0x13,
  kISO_Long_Dash_Double_Dot = 0x14,
  kISO_Long_Dash_Triple_Dot = 0x15,
  kISO_Dot = 0x16,
  kISO_Long_Dash_Short_Dash = 0x17,
  kISO_Long_Dash_Double_Short_Dash = 0x18,
  kISO_Dash_Dot = 0x19,
  kISO_Double_Dash_Dot = 0x1A,
  kISO_Dash_Double_Dot = 0x1B,
  kISO_Double_Dash_Double_Dot = 0x1C,
  kISO_Dash_Triple_Dot = 0x1D,
  kISO_Double_Dash_Triple_Dot = 0x1E,
  kLineTypeNone = 0x1F,
  kSolid_6_Pixels_Blank_6_Pixels = 0x20,
  kDense_Dot = 0x21,
  kDpi_Solid_6_Pixels_Blank_6_Pixels_Long_Term = 0x22
} AcGiLineType;

File

AcGiLineAttributes.h

Description

Heidi pre-defined linetypes.

Previous Declaration

typedef enum {

kLineTypeSolid = 0x00,

kDashed = 0x01,

kDotted = 0x02,

kDash_Dot = 0x03,

kShort_Dash = 0x04,

kMedium_Dash = 0x05,

kLong_Dash = 0x06,

kShort_Dash_X2 = 0x07,

kMedium_Dash_X2 = 0x08,

kLong_Dash_X2 = 0x09,

kMedium_Long_Dash = 0x0A,

kMedium_Dash_Short_Dash_Short_Dash = 0x0B,

kLong_Dash_Short_Dash = 0x0C,

kLong_Dash_Dot_Dot = 0x0D,

kLong_Dash_Dot = 0x0E,

kMedium_Dash_Dot_Short_Dash_Dot = 0x0F,

kSparse_Dot = 0x10,

kISO_Dash = 0x11,

kISO_Dash_Space = 0x12,

kISO_Long_Dash_Dot = 0x13,

kISO_Long_Dash_Double_Dot = 0x14,

kISO_Long_Dash_Triple_Dot = 0x15,

kISO_Dot = 0x16,

kISO_Long_Dash_Short_Dash = 0x17,

kISO_Long_Dash_Double_Short_Dash = 0x18,

kISO_Dash_Dot = 0x19,

kISO_Double_Dash_Dot = 0x1A,

kISO_Dash_Double_Dot = 0x1B,

kISO_Double_Dash_Double_Dot = 0x1C,

kISO_Dash_Triple_Dot = 0x1D,

kISO_Double_Dash_Triple_Dot = 0x1E,

kLineTypeNone = 0x1F,

kSolid_6_Pixels_Blank_6_Pixels = 0x20,

} AcGiLineType;

Was this information helpful?