ArcObjects Library Reference (Geoprocessing)  

IGPLinearUnit.ConvertValue Method

Converts the current value to the specified linear unit type.

[Visual Basic .NET]
Public Function ConvertValue ( _
    ByVal Units As esriUnits _
) As Double
[C#]
public double ConvertValue (
    esriUnits Units
);
[C++]
HRESULT ConvertValue(
  esriUnits Units,
  double* pValue
);
[C++]

Parameters

Units [in]

  Units is a parameter of type esriUnits

pValue [out, retval]   pValue is a parameter of type double

Product Availability

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

See Also

IGPLinearUnit Interface