ArcObjects Library Reference (Geometry)  

IGeographicCoordinateSystem2.AngularConversionFactor Property

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

Product Availability

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

Description

AngularConversionFactor calculates the value to convert the unit of measure in the current geographic coordinate system to the destination or target geographic coordinate system.

See Also

IGeographicCoordinateSystem2 Interface