FillDepressions Property

The FillDepressions property returns or sets whether or not to fill depressions within the watershed map.

Syntax

object. FillDepressions

object.FillDepressions = FillDepressions

Parameter

Type

Description

FillDepressions

Boolean

required

Example 1

This example sets the FillDepressions property to true.

WatershedLayer.FillDepressions = True

Used by: WatershedLayer Object