TransmitterX Property

TransmitterX returns or sets the transmitter x-coordinate for a viewshed layer. Returns a double.

Syntax

object. TransmitterX

object. TransmitterX = TransmitterX

Parameter

Type

Description

TransmitterX

double

required

Remarks

The TransmitterX value is specified in map units.

Example 1

The following example demonstrates how to return the transmitter x-coordinate for the viewshed.

Debug.Print ViewshedLayer.TransmitterX

Example 2

The following example demonstrates how to set the x-coordinate of the transmitter for the viewshed to 469740.

ViewshedLayer.TransmitterX = 469740

Used by: ViewshedLayer Object