AddWatershedMap

AddWatershedMap adds a new watershed map. Returns a MapFrame object.

Syntax

object. AddWatershedMap( GridFileName )

Parameter

Type

Default

Description

GridFileName

String

required; This provides the grid data file

Example 1

This example creates a watershed map from the demogrid.grd sample file.

'Create watershed map

Set MapFrame = plot.Shapes.AddWatershedMap(GridFileName:=SurferApp.Path+"\Samples\demogrid.grd")

Used by: Shapes Collection