C++
typedef enum { kFillStyleSolid = 0x00, kCheckerboard = 0x01, kCrosshatch = 0x02, kDiamonds = 0x03, kHorizontal_Bars = 0x04, kSlant_Left = 0x05, kSlant_Right = 0x06, kSquare_Dots = 0x07, kVertical_Bars = 0x08, kUser_Defined = 0x09 } AcGiLineFillStyle;
File
AcGiLineAttributes.h
Description
Defines the way lines are filled.