This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPushbroomUtilities Interface > IPushbroomUtilities.VectorIntersectEllipsoid Method (ArcObjects .NET 10.5 SDK) |
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(
double* vP,
double* vU3,
double htAboveEllipsoid,
double* lon,
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