Gets and sets the vertical angle limits of the viewshed. Values are in degrees from 0 to 120. For a spherical 3D viewshed, FieldOfViewY should be set to 360.
|
JavaScript |
|
|
FieldOfViewY |
|
|
C# |
|
|
double FieldOfViewY { get; set; } |
|
|
C++ |
|
|
HRESULT FieldOfViewY([out, retval] double* pVal) HRESULT FieldOfViewY([in] double pVal) |
|