C++ ON_Polyline Attributes

Hi,

I would like to ask if it is possible to set polyline/curve thickness when adding CurveObjects to Rhino canvas?

        for (auto pline : output) {
            context.m_doc.AddCurveObject(pline);
        }