CODLineProperties::SetStyle

void CODLineProperties::SetStyle(const int nStyle)

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.