ViewFOV Property
ViewFOV returns or sets the field of view in degrees. Returns a double.
Syntax
object. ViewFOV
object. ViewFOV = Distance
Parameter |
Type |
Description |
Distance |
Double |
required |
Example 1
This example demonstrates how to return the field of view value.
Debug.Print MapFrame.ViewFOV
Example 2
This example demonstrates how to set the field of view to fifty degrees.
MapFrame.ViewFOV = 50
Used by: MapFrame object