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