CODLineProperties::SetStyle
voidCODLineProperties::SetStyle(const intnStyle)
Sets the style of the line.
Defined in: OdLineProp.cpp
Return Value
void
Parameters
nStyle
On of these values:
PS_SOLID
Solid line.
PS_DASH
Dashed line.
PS_DOT
Dotted line.
PS_DASHDOT
Alternating dashes and dots.
PS_DASHDOTDOT
Alternating dashes and double dots.