Gets and sets an enum that determines the accuracy level of the viewshed. The following are the possible values:
§ VSQ_QUALITY_LOW = 0
§ VSQ_QUALITY_MEDIUM = 1
§ VSQ_QUALITY_HIGH = 2
JavaScript |
|
Quality |
C# |
|
ViewshedQuality Quality { get; set; } |
C++ |
|
HRESULT Quality([out, retval] ViewshedQuality* pVal) HRESULT Quality([in] ViewshedQuality pVal) |