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


IMensuration.SignificantFigures Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMensuration Interface > IMensuration.SignificantFigures Method
ArcGIS Developer Help

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,
  System.String* pMeasurement,
  System.String* 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