Initializes a viewshed visibility query for a specific viewshed. After this initialization, subsequent calls can be made to QueryPointVisibility to calculate the visibility of a selected position on a 3D viewshed (passed in this method’s ViewshedID parameter) from the observer viewpoint of the 3D Viewshed.
JavaScript |
|
|
|
StartViewshedVisibilityQuery( ViewshedID) |
C# |
|
|
|
void StartViewshedVisibilityQuery( string ViewshedID) |
C++ |
|
|
|
|
HRESULT StartViewshedVisibilityQuery( BSTR ViewshedID) |
Parameters
ViewshedID
The ID of the required I3DViewshed65 object that defines the viewshed on which the analysis is being performed.
Exceptions
HRESULT can return any of the values listed in the HRESULT Return Values list.