This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem4GEN Interface > IProjectedCoordinateSystem4GEN.GetGCSParams Method (ArcObjects .NET 10.5 SDK) |
Returns 180 degrees and horizon delta in proper GCS units.
[Visual Basic .NET] Public Sub GetGCSParams ( _ ByRef p_180 As Double, _ ByRef pDelta As Double _ )
[C#] public void GetGCSParams ( ref double p_180, ref double pDelta );
[C++]
HRESULT GetGCSParams(
double* p_180,
double* pDelta
);
[C++]
Parameters p_180 [out] p_180 is a parameter of type double pDelta [out] pDelta is a parameter of type double