ViewRadius Property
ViewRadius returns or sets the radius of the viewshed. Returns a double.
Syntax
object. ViewRadius
object. ViewRadius = ViewRadius
Parameter |
Type |
Description |
ViewRadius |
double |
required |
Remarks
The units of the ViewRadius value are specified by the source coordinate system.
Example 1
The following example demonstrates how to return the view radius for the viewshed.
Debug.Print ViewshedLayer.ViewRadius
Example 2
The following example demonstrates how to set the view radius for the viewshed to 2500.
ViewshedLayer.ViewRadius = 2500
Used by: ViewshedLayer Object