Threshold Property

Threshold property returns or sets the threshold value in cells for the watershed map.

Syntax

object.Threshold = Threshold

Parameter

Type

Description

Threshold

Long

required

Example

The following example changes the threshold value to 200.

WatershedLayer.Threshold = 200

Used by: WatershedLayer Object