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


IPushbroomUtilities.VectorIntersectEllipsoid Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPushbroomUtilities Interface > IPushbroomUtilities.VectorIntersectEllipsoid Method
ArcGIS Developer Help

IPushbroomUtilities.VectorIntersectEllipsoid Method

Intersect a vector with an ellipsoidal surface plus height

[Visual Basic .NET]
Public Sub VectorIntersectEllipsoid ( _
    ByRef vP As Double, _
    ByRef vU3 As Double, _
    ByVal htAboveEllipsoid As Double, _
    ByRef lon As Double, _
    ByRef lat As Double _
)
[C#]
public void VectorIntersectEllipsoid (
    ref double vP,
    ref double vU3,
    ref double htAboveEllipsoid,
    ref double lon,
    ref double lat
);
[C++]
HRESULT VectorIntersectEllipsoid(
  System.Double* vP,
  System.Double* vU3,
  double htAboveEllipsoid,
  System.Double* lon,
  System.Double* lat
);
[C++]
Parameters
vP [in]

vP is a parameter of type double* vU3 [in]
vU3 is a parameter of type double* htAboveEllipsoid [in]
htAboveEllipsoid is a parameter of type double lon [out]
lon is a parameter of type double* lat [out]
lat is a parameter of type double*

Product Availability

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

See Also

IPushbroomUtilities Interface