This document is archived and information here might be outdated.  Recommended version.


IGeographicCoordinateSystem2.AngularConversionFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeographicCoordinateSystem2 Interface > IGeographicCoordinateSystem2.AngularConversionFactor Property
ArcGIS Developer Help

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,
  System.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