Inverse3D calculates the mark-to-mark distance between two points, using the z value on the points as ellipsoid height, and using the spatial reference parameters.
ERROR: Syntax information about ICadastralGroundToGridTools.Inverse3D may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.GeoDatabaseExtensions.dll
[C++]
HRESULT Inverse3D(
ISpatialReference* pSR,
VARIANT_BOOL argumentsInMeters,
IPoint* pPoint1,
IPoint* pPoint2,
double* pDistance
);
[C++]Parameters
pSR [in]pSR is a parameter of type ISpatialReference
argumentsInMeters [in] argumentsInMeters is a parameter of type VARIANT_BOOL pPoint1 [in]pPoint1 is a parameter of type IPoint
pPoint2 [in]pPoint2 is a parameter of type IPoint
pDistance [out, retval] pDistance is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.