TransmitterY Property
TransmitterY returns or sets the transmitter y-coordinate for a viewshed layer. Returns a double.
Syntax
object. TransmitterY
object. TransmitterY = TransmitterY
Parameter |
Type |
Description |
TransmitterY |
double |
required |
Remarks
The TransmitterY value is specified in map units.
Example 1
The following example demonstrates how to return the transmitter y-coordinate for the viewshed.
Debug.Print ViewshedLayer.TransmitterY
Example 2
The following example demonstrates how to set the y-coordinate of the transmitter for the viewshed to 4374837.
ViewshedLayer.TransmitterY = 4374837
Used by: ViewshedLayer Object