ArcObjects Library Reference (DefenseSolutions)  

IMeasurementTool.Accuracy Property

Property Accuracy (not implemented).

[Visual Basic .NET]
Public Property Accuracy As Double
[C#]
public double Accuracy {get; set;}
[C++]
HRESULT get_Accuracy(
  double* pVal
);
[C++]
HRESULT put_Accuracy(
  double pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type double pVal [in]   pVal is a parameter of type double

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMeasurementTool Interface