This document is archived and information here might be outdated.  Recommended version.


IMensuration.SignificantFigures Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMensuration.SignificantFigures Method

Truncates input mensuration and uncertainty values based on acceptable rules for reporting measurement and uncertianty values.

[Visual Basic .NET]
Public Sub SignificantFigures ( _
    ByVal measurementValue As Double, _
    ByVal uncertainty As Double, _
    ByRef pMeasurement As String, _
    ByRef pUncertainty As String _
)
[C#]
public void SignificantFigures (
    double measurementValue,
    double uncertainty,
    ref string pMeasurement,
    ref string pUncertainty
);
[C++]
HRESULT SignificantFigures(
  double measurementValue,
  double uncertainty,
  BSTR* pMeasurement,
  BSTR* pUncertainty
);
[C++]

Parameters measurementValue [in] measurementValue is a parameter of type double uncertainty [in] uncertainty is a parameter of type double pMeasurement [out] pMeasurement is a parameter of type BSTR pUncertainty [out] pUncertainty is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMensuration Interface