![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPLinearUnit Interface > IGPLinearUnit.ConvertValue Method (ArcObjects .NET 10.5 SDK) |
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