Gets the WatershedBoundaryPointStyle.

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

Syntax

C#
public WatershedBoundaryPointStyle BoundaryPointStyle { get; }
Visual Basic
Public ReadOnly Property BoundaryPointStyle As WatershedBoundaryPointStyle
	Get
Visual C++
public:
property WatershedBoundaryPointStyle^ BoundaryPointStyle {
	WatershedBoundaryPointStyle^ get ();
}

Remarks

If the downhill end of a channel edge is on the surface boundary, then water flowing through that channel continues off the surface. The boundary point is the lowest end of the channel.

See Also