SurfaceWatershedStyleBoundaryPointStyle Property |
Gets the WatershedBoundaryPointStyle.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic WatershedBoundaryPointStyle BoundaryPointStyle { get; }
Public ReadOnly Property BoundaryPointStyle As WatershedBoundaryPointStyle
Get
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