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


IGeoSurveyFunctions.GroundToSeaLevelFactor Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGeoSurveyFunctions Interface > IGeoSurveyFunctions.GroundToSeaLevelFactor Method
ArcGIS Developer Help

IGeoSurveyFunctions.GroundToSeaLevelFactor Method

Find scale factor to Sea Level.

[Visual Basic .NET]
Public Sub GroundToSeaLevelFactor ( _
    ByRef pPosn As Double, _
    ByVal height As Double, _
    ByRef pFactor As Double _
)
[C#]
public void GroundToSeaLevelFactor (
    ref double pPosn,
    ref double height,
    ref double pFactor
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGeoSurveyFunctions Interface