ESRI.ArcGIS.ADF.IMS
Accuracy Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > StoredQuery Class : Accuracy Property




Generalization factor for points.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Accuracy As Double
Visual Basic (Usage)Copy Code
Dim instance As StoredQuery
Dim value As Double
 
value = instance.Accuracy
C# 
public double Accuracy {get;}

Remarks

Within a feature for a request to the ArcIMS Server, this is used to generalize points based on the distance specified and the resolution of the image.

Currently this attribute is not supported in the Filter for a query. It could be used if writing a query directly to the server in ArcXML.

See Also

© 2010 All Rights Reserved.