This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPArealUnit Interface > IGPArealUnit.ConvertValue Method (ArcObjects .NET 10.4 SDK) |
Converts the current value to the specified areal unit type.
[Visual Basic .NET] Public Function ConvertValue ( _ ByVal Units As esriAreaUnits _ ) As Double
[C#] public double ConvertValue ( esriAreaUnits Units );
[C++]
HRESULT ConvertValue(
esriAreaUnits Units,
double* pValue
);
[C++]
Parameters Units [in]
Units is a parameter of type esriAreaUnits pValue [out, retval] pValue is a parameter of type double