Gets or sets the line weight for the contour.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public LineWeight LineWeight { get; set; }
VB
Public Property LineWeight As LineWeight Get Set
C++
public: property LineWeight LineWeight { LineWeight get (); void set (LineWeight value); }