SnapPourPoints Property

The SnapPourPoints property returns sets whether or not to snap pour points to the neighbor with the highest flow.

Syntax

object. SnapPourPoints

object.SnapPourPoints = SnapPourPoints

Parameter

Type

Description

SnapPourPoints

Boolean

required

Example 1

This example sets the SnapPourPoints property to true.

WatershedLayer.SnapPourPoints = True

Used by: WatershedLayer Object