TransmitterHeight Property
TransmitterHeight returns or sets the transmitter height for a viewshed layer. Returns a double.
Syntax
object. TransmitterHeight
object. TransmitterHeight = TransmitterHeight
| 
                                                     Parameter  | 
                                                
                                                     Type  | 
                                                
                                                     Description  | 
                                            
| 
                                                     TransmitterHeight  | 
                                                
                                                     double  | 
                                                
                                                     required  | 
                                            
Remarks
The units of the TransmitterHeight value are the same as the grid Z units.
Example 1
The following example demonstrates how to return the transmitter height for the viewshed.
Debug.Print ViewshedLayer.TransmitterHeight
Example 2
The following example demonstrates how to set the height of the transmitter for the viewshed to 1.8.
ViewshedLayer.TransmitterHeight = 1.8
Used by: ViewshedLayer Object