SegmentLineWeight Property

Gets or sets the line weight for the watershed area.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public LineWeight SegmentLineWeight { get; set; }

Visual Basic

Public Property SegmentLineWeight As LineWeight
	Get
	Set

Visual C++

public:
property LineWeight SegmentLineWeight {
	LineWeight get ();
	void set (LineWeight value);
}

See Also