This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeographicCoordinateSystem2 Interface > IGeographicCoordinateSystem2.AngularConversionFactor Property (ArcObjects .NET 10.5 SDK) |
A factor to convert angular units from current GCS to destination GCS.
[Visual Basic .NET] Public Function get_AngularConversionFactor ( _ ByVal pDstGCS As IGeographicCoordinateSystem2 _ ) As Double
[C#] public double get_AngularConversionFactor ( IGeographicCoordinateSystem2 pDstGCS );
[C++]
HRESULT get_AngularConversionFactor(
IGeographicCoordinateSystem2* pDstGCS,
double* pFactor
);
[C++]
Parameters pDstGCS
pDstGCS is a parameter of type IGeographicCoordinateSystem2 pFactor [out, retval] pFactor is a parameter of type double
AngularConversionFactor calculates the value to convert the unit of measure in the current geographic coordinate system to the destination or target geographic coordinate system.