WebSpeciesObservationSearchCriteriaIsAccuracyConsidered Property |
Indicates if species observations that are outside
geographic area (e.g. bounding box, polygons or regions)
but close enough when accuracy of observation are
considered should be included in the result.
This property has no impact on returned information
if no geographic area is involved in the search.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public bool IsAccuracyConsidered { get; set; }
Public Property IsAccuracyConsidered As Boolean
Get
Set
public:
property bool IsAccuracyConsidered {
bool get ();
void set (bool value);
}
member IsAccuracyConsidered : bool with get, set
Property Value
Type:
BooleanSee Also