Share

SurfaceWatershedStyle.BoundaryPointStyle Property

Gets the WatershedBoundaryPointStyle.



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

Syntax

C#

public WatershedBoundaryPointStyle BoundaryPointStyle { get; }

VB

Public ReadOnly Property BoundaryPointStyle As WatershedBoundaryPointStyle
	Get

C++

public:
property WatershedBoundaryPointStyle^ BoundaryPointStyle {
	WatershedBoundaryPointStyle^ get ();
}

Property Value

WatershedBoundaryPointStyle

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

Reference

Was this information helpful?