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