ShowStreams Property

The ShowStreams property sets whether or not to show streams within the watershed map.

Syntax

object.ShowStreams = ShowStreams

Parameter

Type

Description

ShowStreams

Boolean

required

Example 1

This example sets the ShowStreams property to true.

WatershedLayer.ShowStreams = True

Used by: WatershedLayer Object