LoadPourFile
The LoadPourFile method loads a BLN file to specify pour point sources.
Syntax
object.LoadPourFile( FileName )
Parameter |
Type |
Required/ Optional |
Default |
Description |
FileName |
String |
Required |
|
This provides the directory path and file name of the pour point file. |
Remarks
The PourSource property must be srfWatershedPourFile to use a pour point file.
Example 1
This example loads a pour point file for use in a watershed map.
WatershedLayer.PourSource = srfWatershedPourFile
WatershedLayer.LoadPourFile(FileName:=SurferApp.Path+"Samples\watershedPoints.bln")
Used by: WatershedLayer Object