WebSpeciesObservationSearchCriteriaAccuracy Property |
Requested minimum accuracy of the coordinates.
Species observations with bad accurray (ie higher accuracy value )
will not be included in the search result.
Unit is meters. Use values equal to or greater than zero.
Parameter IsAccuracySpecified must be set to true if
property Accuracy should be used.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public double Accuracy { get; set; }
Public Property Accuracy As Double
Get
Set
public:
property double Accuracy {
double get ();
void set (double value);
}
member Accuracy : float with get, set
Property Value
Type:
DoubleSee Also