A factor to convert angular units from current GCS to destination GCS.
[Visual Basic 6.0] Property AngularConversionFactor(
ByVal pDstGCS As IGeographicCoordinateSystem2 _
) As Double
[Visual Basic .NET] Public Function get_AngularConversionFactor ( _ ByVal pDstGCS As IGeographicCoordinateSystem2 _ ) As Double
[C#] public double get_AngularConversionFactor ( IGeographicCoordinateSystem2 pDstGCS );
[Java] public Double getAngularConversionFactor ( IGeographicCoordinateSystem2 pDstGCS )
[C++] HRESULT get_AngularConversionFactor( IGeographicCoordinateSystem2* pDstGCS, double* pFactor );
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.