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