BasinLine Property
The BasinLine property returns the LineFormat object for the watershed map basin line. This is a read-only property
Syntax
object.BasinLine
Example
This example returns the basin line properties and changes the line forecolor to magenta.
WatershedLayer.BasinLine.ForeColorRGBA.Color = srfColorMagenta
Used by: WatershedLayer Object